0.1.6 • Published 5 years ago

htmlfaucet v0.1.6

Weekly downloads
3
License
-
Repository
-
Last release
5 years ago

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 install

This will install all the necessary dependencies

Run

node app.js

Or using forever:

forever start app.js