htmlfaucet
v0.1.6
Published
HTMLCoin Faucet =================
Readme
HTMLCoin Faucet
What is it?
Fully customizable HTMLCoin faucet built on NodeJS, Express 4 and Bootstrap.
Configuration
You need to change some informations on config.js, app.js and on bitcoin-core that are on node_modules.
Installation
npm installThis will install all the necessary dependencies
Run
node app.jsOr using forever:
forever start app.js