aboutsummaryrefslogtreecommitdiffstats
path: root/packages/kovan-faucets/README.md
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-01-04 19:54:16 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-01-04 23:32:03 +0800
commitc700046b7673a0f470c8d8abeec3cf873049a78a (patch)
treec7bdfc8e6d17d587f47ee23ef4a295ed192ae633 /packages/kovan-faucets/README.md
parent326a6b729fe6cf96f0b4787d84903282738b6863 (diff)
downloaddexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar.gz
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar.bz2
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar.lz
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar.xz
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.tar.zst
dexon-0x-contracts-c700046b7673a0f470c8d8abeec3cf873049a78a.zip
Apply prettify on json and md files
Diffstat (limited to 'packages/kovan-faucets/README.md')
-rw-r--r--packages/kovan-faucets/README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/kovan-faucets/README.md b/packages/kovan-faucets/README.md
index 111e88302..07bd23575 100644
--- a/packages/kovan-faucets/README.md
+++ b/packages/kovan-faucets/README.md
@@ -1,5 +1,4 @@
-@0xproject/kovan_faucets
-------
+## @0xproject/kovan_faucets
This faucet dispenses 0.1 test ether to one recipient per second and 0.1 test ZRX every 5 seconds. It has a max queue size of 1000.
@@ -16,11 +15,13 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting
### Install Dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
+
```bash
yarn config set workspaces-experimental true
```
Then install dependencies
+
```bash
yarn install
```
@@ -47,11 +48,11 @@ yarn dev
### Endpoints
-```GET /ether/:recipient```
+`GET /ether/:recipient`
Where recipient_address is a hex encoded Ethereum address prefixed with `0x`.
-```GET /zrx/:recipient```
+`GET /zrx/:recipient`
Where recipient_address is a hex encoded Ethereum address prefixed with `0x`.