Skip to content

ewasm/eth-faucet

 
 

Repository files navigation

eth-faucet

Greenkeeper badge

configure:

generate a configuration using the provided script, and template file config.js.template.

python config.py --privatekey-file pkfile --rpc-endpoint 'localhost:8545' --template config.js.template > config.js

note:

our nonce tracking sucks, so we shutdown the faucet regularly

deploy:

docker-compose build && docker-compose stop && docker-compose up -d && docker-compose logs -f

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 83.2%
  • Python 7.7%
  • HTML 7.0%
  • Dockerfile 2.1%