Hive-Engine Pool Monitor Discord Bot
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Rishi Panthee ec518918a1
add readme
9 months ago
.gitattributes Initial commit 9 months ago
.gitignore Initial commit 9 months ago
LICENSE Initial commit 9 months ago
README.md add readme 9 months ago
index.js Initial commit 9 months ago
package-lock.json Initial commit 9 months ago
package.json Initial commit 9 months ago
state.json Initial commit 9 months ago

README.md

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.