Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

htmlfaucet

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 install

This will install all the necessary dependencies

Run

node app.js

Or using forever:

forever start app.js