Update docs
This commit is contained in:
parent
4f7a969e09
commit
3f12e9da87
@ -1,5 +1,7 @@
|
||||
NET_ID=42
|
||||
RPC_URL=https://kovan.infura.io
|
||||
|
||||
# without 0x prefix
|
||||
PRIVATE_KEY=
|
||||
# 2.5 means 2.5%
|
||||
RELAYER_FEE=2.5
|
||||
|
@ -20,7 +20,7 @@ docker-compose.yml contains a stack that will automatically provision SSL certif
|
||||
|
||||
1. Download docker-compose.yml
|
||||
2. Change environment variables for `kovan` containers as appropriate
|
||||
* add `PRIVATE_KEY` for your relayer address
|
||||
* add `PRIVATE_KEY` for your relayer address (without 0x prefix)
|
||||
* set `VIRTUAL_HOST` and `LETSENCRYPT_HOST` to your domain and add DNS record pointing to your relayer ip address
|
||||
* customize `RELAYER_FEE`
|
||||
* update `RPC_URL` if needed
|
||||
|
@ -8,6 +8,7 @@ services:
|
||||
LETSENCRYPT_HOST: example.duckdns.org
|
||||
NET_ID: 42
|
||||
RPC_URL: https://kovan.infura.io
|
||||
# without 0x prefix
|
||||
PRIVATE_KEY:
|
||||
# 2.5 means 2.5%
|
||||
RELAYER_FEE: 2.5
|
||||
|
Loading…
Reference in New Issue
Block a user