- Npm
- Node.js
- Mysql
- Create
.env
file based on.env.example
- Run
docker-compose up -d
to start Faucet app - Visit
http://localhost:8001/faucet
You can change the following in the .env
file:
faucet_private_key
: Private key of faucet accountfaucet_public_key
: Public key of faucet accounterc20_token_amount_in_wei
: amount of State token to send Per request in wei uniterc20_address
: State token contract addressblockchain_rpc
: RPC Provider URL of goerli Testnet Network