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.
- Clone our repo
git clone git@github.com:cooller58/DexArbitrageBot.git
- cd into
DexArbitrageBot
cd MultiDexArbBot
- Install all the dependencies
yarn install
- Rename
example.envto.env
mv example.env .env
-
Update
.envto contain your trading preferences and wallet info such private and public key -
Finally run the app by
yarn start