Skip to content

A small faucet server for FIN4Xplorer users to request Rinkeby Ether

License

Notifications You must be signed in to change notification settings

FuturICT2/FIN4FaucetServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIN4FaucetServer

This small express server acts as faucet. Users can request Ether by sending a request and if they have not more Ether then a threshold value, they are being send a small amount of Ether.

The account to be used for sending Ether from, must be specified in config.json:

{
    "MNEMONIC": "",
    "INFURA_API_KEY": "",
    "PRIVATE_KEY_OF_FAUCET_ACCOUNT": ""
}

The Infura API key can be obtained by creating a project on infura.io: it is the Project ID under View Project.

About

A small faucet server for FIN4Xplorer users to request Rinkeby Ether

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published