Skip to content

machineeconomy/faucet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published