A price checker and logger for token pairs on BSC.
Clone Repository - git clone https://github.com/TimothyHyland/BSC-Uniswap-Clone-Price-Checker-logger.git
cd BSC-Uniswap-Price_Checker-logger
npm install
Create a .env in root directory that has WSS_URL=<BSC PROVIDER LINK>
node run-arbitrage.js
You change the token addresses inside tokens-mainnet.json in addresses directory.
You will need to enter the router and factory address in exchange1-mainnet.json and exchange2-mainnet.json for the exchanges you want to use
Here is a site to test : https://ethsum.netlify.app/
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.