Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 444 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 444 Bytes

IOTA DEVNET FAUCET

This service sends IOTA Devnet tokens to an address provided by a HTTP request to this endpoint:

/send_tokens?address=<ADDRESS>

Setup

Clone the repo, install dependencies.

git clone https://github.com/machineeconomy/faucet
cd faucet
npm i
npm start

Create a .env file with the following content:

SEED=<YOUR_SEED>
PORT=<YOUR_PORT>

Then start the nodejs server

npm start