Update docs

This commit is contained in:
Alexey 2019-12-09 21:47:56 +03:00
parent 4f7a969e09
commit 3f12e9da87
3 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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