@quant-finance/testnet-faucet
v0.3.1
Published
Rolla Faucet to transfer testnet funds to the users
Downloads
1
Readme
rolla-faucet
This repo contains the Rolla faucet contract, and scripts to interact with the contract.
How to configure a newly deployed Rolla Faucet
Export the deployer private key export PRIVATE_KEY=1234566...
, then replace the RollaFaucet address in app/src/main.rs, and then finally run cargo run app
from the top level of this repo.