Faucet facilitates creating testnet user accounts with tokens
2.5K
Faucet is a service allowing users to create an account credited with free tokens. You send it an address and it creates an account with some tokens at this address.
Currently we only support latest tag
Maintained by: IOV One
## make sure /tmp/keys contains the key file you want to use.
docker run --rm -it -p8080:8080 -v /tmp/keys:/keys iov1/faucet:latest faucet --server_addr=0.0.0.0:8080 --bcp_addr=<http(s)://your_tendermint_backend:(443)> --whole=10 --key_file=/keys/faucet.pk
Content type
Image
Digest
Size
28.4 MB
Last updated
almost 5 years ago
docker pull iov1/faucet