TimothyHyland / BSC-Uniswap-Clone-Price-Checker-logger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BSC-Uniswap-Clone-Price-Checker-logger

A price checker and logger for token pairs on BSC.

Installation

 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>

Usage

node run-arbitrage.js

Tokens

You change the token addresses inside tokens-mainnet.json in addresses directory.

Exchanges (Uniswap clones only)

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

All addresses must be checksummed

Here is a site to test : https://ethsum.netlify.app/

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About


Languages

Language:JavaScript 99.9%Language:Shell 0.1%