Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 716 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 716 Bytes

BitFaucet

Bitfaucet is a service which provides testnet coins for testing/development purposes.

Installation

Install node.js on your computer. You can install it from nodejs.org/download

Install mongodb on your computer. You can install it from mongodb.org/downloads

Make sure both are running.

You can install dependencies with the command: 'npm install'

Cloning

You can clone the repository from GitHub as well. Once you find the repository run the command: 'git clone https://github.com/phutchins/bitfaucet.git'

Run the file

Open your terminal and find the directory you saved bitfaucet under. Run the command: 'node app.js'