Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/visionds613/arb-dex-multi-bot
This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
https://github.com/visionds613/arb-dex-multi-bot
arbitrage blockchain dapp defi hackathon web3
Last synced: 6 days ago
JSON representation
This is an arbitrage bot that uses existing price aggregators such as 1inch, Paraswap, dex.ag, matcha and more to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
- Host: GitHub
- URL: https://github.com/visionds613/arb-dex-multi-bot
- Owner: VisionDS613
- Created: 2025-01-10T21:51:10.000Z (15 days ago)
- Default Branch: main
- Last Pushed: 2025-01-10T21:53:58.000Z (15 days ago)
- Last Synced: 2025-01-11T19:39:52.315Z (14 days ago)
- Topics: arbitrage, blockchain, dapp, defi, hackathon, web3
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#### MultiDexArbBot
This is an arbitrage bot that uses existing price aggregators such as `1inch` to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems.
#### INSTALL && RUN
- Clone our repo
```
git clone [email protected]:dennohpeter/MultiDexArbBot.git
```- cd into `MultiDexArbBot`
```
cd MultiDexArbBot
```- Install all the dependencies
```
yarn install
```- Rename `example.env` to `.env`
```
mv example.env .env
```- Update `.env` to contain your trading preferences and wallet info such private and public key
### [UPDATE]
- To receive trade notifications on telegram, you need to create a telegram bot at [BotFather](https://t.me/BotFather). Send `/start` and follow prompts to create a tg bot, finally copy the Token the one below `Use this token to access the HTTP API:`
and set it to be the bot token value- For Mongo DB you need to install mongodb for your OS according to this [guide](https://www.mongodb.com/docs/manual/installation/#mongodb-installation-tutorials)
- Finally run the app by
```
yarn start
```#### TODO:
- I will be releasing a series of more robust and stable versions of arbitrage bots soon