Skip to content

Commit

Permalink
fix link (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevTimofey authored Apr 18, 2023
1 parent d4aa18f commit c293dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Windows:
cd ergo-dex-backend
copy ./config-example.env ./config.env
```
The 2 values that need to be changed in the `config.env` file are the mnemonic ([howto](https://github.com/spectrum-finance/ergo-dex-backend/blob/6c9fccfbd4de921d41343a5937153f1724408a10/modules/amm-executor/src/test/scala/org/ergoplatfrom/dex/executor/amm/HowTo.scala#L14)) from which bot will create the wallet to receive fees on and pay miner fees from (in SPF fee cases)
The 2 values that need to be changed in the `config.env` file are the mnemonic ([howto](https://github.com/spectrum-finance/ergo-dex-backend/blob/master/modules/amm-executor/src/test/scala/org/ergoplatfrom/dex/executor/amm/HowTo.scala)) from which bot will create the wallet to receive fees on and pay miner fees from (in SPF fee cases)
and the URI to your node (localhost/127.0.0.1 might not be accessible from within a docker container, it is best to use the local lan ip if the node is running on the same host).
### Running the services
Once the `config.env` file is created, make sure you have funds on expected address (you can check which address bot will use with `HowTo.scala` script). Next, the only thing left to do is to run the containers:
Expand Down

0 comments on commit c293dbb

Please sign in to comment.