add readme

This commit is contained in:
Rishi Panthee 2022-09-16 20:32:12 -04:00
parent 3474cdc45d
commit ec518918a1
1 changed files with 13 additions and 0 deletions

View File

@ -1,2 +1,15 @@
# enginePoolMonitor
Quickly and easily see the trades being one on a hive-engine pool.
When running, you'll just need to modify these 3 lines, currently they are 7-9.
```
const ENGINE_NODE = "https://us.engine.rishipanthee.com/"
const DISCORD_WEBHOOK_URL = ""
const SYMBOL_TO_MONITOR = "SWAP.HIVE"
```
They should be pretty self explinatory.