Skip to content

v1.0.0

Compare
Choose a tag to compare
@iczc iczc released this 17 Sep 02:30
· 68 commits to main since this release

The first release version of eth-faucet.

use private key as sender
$ docker run -d -p 8080:8080 -e WEB3_PROVIDER="rpc endpoint" -e PRIVATE_KEY="hex private key" chainflag/eth-faucet:1.0.0

use keystore file as sender
$ docker run -d -p 8080:8080 -e WEB3_PROVIDER="rpc endpoint" -e KEYSTORE="keystore path" -v $(pwd)/keystore:/app/keystore -v $(pwd)/password.txt:/app/password.txt chainflag/eth-faucet:1.0.0