diff options
author | Brandon Millman <brandon.millman@gmail.com> | 2017-12-13 09:18:15 +0800 |
---|---|---|
committer | Brandon Millman <brandon.millman@gmail.com> | 2017-12-14 04:36:29 +0800 |
commit | 91f276d9254bba3d93fc821c4fadab2eb6fc1d65 (patch) | |
tree | 9c33a09f44f06d5f9b45da74e027012cf4dfbbb6 /packages/kovan-faucets/README.md | |
parent | 1e9f23ebba5e0729b64e757d6901205278871e9f (diff) | |
download | dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar.gz dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar.bz2 dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar.lz dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar.xz dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.tar.zst dexon-sol-tools-91f276d9254bba3d93fc821c4fadab2eb6fc1d65.zip |
Cleanup kovan-faucet package
Diffstat (limited to 'packages/kovan-faucets/README.md')
-rw-r--r-- | packages/kovan-faucets/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/packages/kovan-faucets/README.md b/packages/kovan-faucets/README.md index b372c8b15..8903440e3 100644 --- a/packages/kovan-faucets/README.md +++ b/packages/kovan-faucets/README.md @@ -21,8 +21,11 @@ export FAUCET_ENVIRONMENT=development export DISPENSER_ADDRESS=0x5409ed021d9299bf6814279a6a1411a7e866a631 export DISPENSER_PRIVATE_KEY=f2f48ee19680706196e2e339e5da3491186e0c4c5030670656b0e0164837257d export FAUCET_ROLLBAR_ACCESS_KEY={GET_THIS_FROM_ROLLBAR_ACCOUNT_SETTINGS} +export INFURA_API_KEY={GET_THIS_FROM_INFURA} ``` +Infura API Key can be requested here: https://infura.io/register.html + Note: The above public/private keys exist when running `testrpc` with the following option `--mnemonic concert load couple harbor equip island argue ramp clarify fence smart topic`. ``` @@ -31,13 +34,14 @@ npm run dev ## Endpoints -```GET /rain/:recipient_address``` +```GET /ether/:recipient``` Where recipient_address is a hex encoded Ethereum address prefixed with `0x`. -```GET /queue``` +```GET /zrx/:recipient``` + +Where recipient_address is a hex encoded Ethereum address prefixed with `0x`. -Returns the status of the queue ```javascript { |