-rw-r--r-- | .gitignore | 8L |
-rw-r--r-- | README.md | 53L |
-rw-r--r-- | python/LICENSE | 661L |
-rw-r--r-- | python/MANIFEST.in | 1L |
-rw-r--r-- | python/eth_faucet/__init__.py | 1L |
-rw-r--r-- | python/eth_faucet/data/EthFaucet.bin | 1L |
-rw-r--r-- | python/eth_faucet/data/EthFaucet.json | 1L |
-rw-r--r-- | python/eth_faucet/data/EthFaucet.metadata.json | 1L |
-rw-r--r-- | python/eth_faucet/data/PeriodSimple.bin | 1L |
-rw-r--r-- | python/eth_faucet/data/PeriodSimple.json | 1L |
-rw-r--r-- | python/eth_faucet/data/PeriodSimple.metadata.json | 1L |
-rw-r--r-- | python/eth_faucet/faucet.py | 106L |
-rw-r--r-- | python/eth_faucet/period.py | 100L |
-rw-r--r-- | python/eth_faucet/runnable/gen.py | 27L |
-rw-r--r-- | python/eth_faucet/runnable/publish.py | 88L |
-rw-r--r-- | python/eth_faucet/unittest/__init__.py | 1L |
-rw-r--r-- | python/eth_faucet/unittest/base.py | 190L |
-rw-r--r-- | python/requirements.txt | 3L |
-rw-r--r-- | python/run_tests.sh | 14L |
-rw-r--r-- | python/setup.cfg | 45L |
-rw-r--r-- | python/setup.py | 32L |
-rw-r--r-- | python/test_requirements.txt | 3L |
-rw-r--r-- | python/tests/test_basic.py | 157L |
-rw-r--r-- | python/tests/test_check.py | 82L |
-rw-r--r-- | python/tests/test_period.py | 150L |
-rw-r--r-- | python/tests/test_registry.py | 78L |
-rw-r--r-- | solidity/EthFaucet.sol | 219L |
-rw-r--r-- | solidity/Makefile | 16L |
-rw-r--r-- | solidity/PeriodSimple.sol | 93L |