Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 455 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 455 Bytes

Cross Chain Arbitrage Bot

Steps to run the bot:

  • Copy the .env.sample to .env
  • Add private key and providers for polygon and mainnet in the .env file
  • yarn install
  • yarn start
  • Let the bot make some money ;)

Next Improvements

  • Complete the Balance logic using the matic bridge. Matic Docs
  • Add more complex arbitrage logic