papa7777 / DexArbitrageBot

Decentralized Exchange Arbitrage Bot v1.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DexArbitrageBot

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.

INSTALL && RUN

  • Clone our repo
   git clone git@github.com:cooller58/DexArbitrageBot.git
  • cd into DexArbitrageBot
    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

  • Finally run the app by

    yarn start

About

Decentralized Exchange Arbitrage Bot v1.


Languages

Language:TypeScript 100.0%