Skip to content

gwn/fauci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Ethereum Token Faucet

Requirements

Token contract must have a mint(toAddress, amount) method. See ABI in the source for details.

Usage

cp .env.example .env
vim .env  # fill in the blanks
npm i
npm start -- 1337  # optionally pass a port parameter

Enjoy

About

Simple Ethereum token faucet over HTTP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published