https://github.com/VeloraDEX/CrossChainArbitrageBot
Cross Chain Arbitrage Bot Powered by Paraswap
https://github.com/VeloraDEX/CrossChainArbitrageBot
Last synced: 5 months ago
JSON representation
Cross Chain Arbitrage Bot Powered by Paraswap
- Host: GitHub
- URL: https://github.com/VeloraDEX/CrossChainArbitrageBot
- Owner: paraswap
- Created: 2021-06-16T15:22:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-27T07:54:53.000Z (over 3 years ago)
- Last Synced: 2025-01-31T14:51:13.570Z (about 1 year ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 162
- Watchers: 17
- Forks: 82
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://docs.matic.network/docs/develop/ethereum-matic/getting-started/)
* Add more complex arbitrage logic