eth-faucet

Gas token gifter with controls from time intervals, amounts and access
Log | Files | Refs | README

ModeNameSize
-rw-r--r--.gitignore8L
-rw-r--r--README.md53L
-rw-r--r--python/LICENSE661L
-rw-r--r--python/MANIFEST.in1L
-rw-r--r--python/eth_faucet/__init__.py1L
-rw-r--r--python/eth_faucet/data/EthFaucet.bin1L
-rw-r--r--python/eth_faucet/data/EthFaucet.json1L
-rw-r--r--python/eth_faucet/data/EthFaucet.metadata.json1L
-rw-r--r--python/eth_faucet/data/PeriodSimple.bin1L
-rw-r--r--python/eth_faucet/data/PeriodSimple.json1L
-rw-r--r--python/eth_faucet/data/PeriodSimple.metadata.json1L
-rw-r--r--python/eth_faucet/faucet.py106L
-rw-r--r--python/eth_faucet/period.py100L
-rw-r--r--python/eth_faucet/runnable/gen.py27L
-rw-r--r--python/eth_faucet/runnable/publish.py88L
-rw-r--r--python/eth_faucet/unittest/__init__.py1L
-rw-r--r--python/eth_faucet/unittest/base.py190L
-rw-r--r--python/requirements.txt3L
-rw-r--r--python/run_tests.sh14L
-rw-r--r--python/setup.cfg45L
-rw-r--r--python/setup.py32L
-rw-r--r--python/test_requirements.txt3L
-rw-r--r--python/tests/test_basic.py157L
-rw-r--r--python/tests/test_check.py82L
-rw-r--r--python/tests/test_period.py150L
-rw-r--r--python/tests/test_registry.py78L
-rw-r--r--solidity/EthFaucet.sol219L
-rw-r--r--solidity/Makefile16L
-rw-r--r--solidity/PeriodSimple.sol93L