Skip to content

44uk/nem-faucet

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