Zeked9 / mempool-listener

Listens to mempool transactions using ethers js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions

If running this bot on your own client blockchain full node, expose the http port to 8545 and wss port to 8546.

Otherwise if using Alchemy, Infura, QuickNode etc as an API, insert those http and wss addresses instead in main.js.

Step 1

git clone https://github.com/CryptoWizardsNet/mempool-listener.git memlisten

Step 2

cd memlisten

Step 3

yarn

or

npm ci

Step 4

node main.js

About

Listens to mempool transactions using ethers js


Languages

Language:JavaScript 100.0%