Sign inSign up

iov1/faucet

By iov1

Updated almost 4 years ago

Faucet facilitates creating testnet user accounts with tokens

Image
0

2.5K

iov1/faucet repository overview

Faucet

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

How to run

## 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

Tag summary

Content type

Image

Digest

Size

28.4 MB

Last updated

almost 5 years ago

docker pull iov1/faucet