Skip to content

44uk/nem-faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚰 NEM Faucet

💓 Demo

✨ Deploy to Heroku

Deploy

Need to set NEM_PRIVATE_KEY(PrivateKey of your faucet account) while deployment.

If you want to use ReCaptcha, set both variables RECAPTCHA_CLIENT_SECRET and RECAPTCHA_SERVER_SECRET.

🔥 Setup

# Set these env variables
# See `.env.sample`
#  COOKIE_SECRET
#  PORT
#  NETWORK
#  NIS_PROTO
#  NIS_ADDR
#  NIS_PORT
#  NEM_PRIVATE_KEY
#  NEM_XEM_MAX
#  NEM_XEM_MIN
#  NEM_XEM_OPT
#  ENOUGH_BALANCE
#  MAX_UNCONFIRMED
#  WAIT_HEIGHT
#  RECAPTCHA_CLIENT_SECRET
#  RECAPTCHA_SERVER_SECRET

# install packages
$ npm install

# start app
$ npm start

# or for development
$ npm run dev

💪 Powered by

About

Faucet application for nem

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors