|
1 | 1 | ####MultiDexArbBot |
2 | 2 |
|
3 | | -This is an arbitrage bot that uses existing price aggregators such as`1inch`,`Paraswap`,`dex.ag`,`matcha` and more |
4 | | -to get the best exchange rates across different decentralized exchanges on different blockchains and ecosystems. |
| 3 | +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. |
5 | 4 |
|
6 | 5 | ####INSTALL && RUN |
7 | 6 |
|
@@ -31,30 +30,19 @@ to get the best exchange rates across different decentralized exchanges on diffe |
31 | 30 |
|
32 | 31 | - Update`.env` to contain your trading preferences and wallet info such private and public key |
33 | 32 |
|
| 33 | +To receive trade notifications on telegram, you need to create a telegram bot at |
| 34 | + |
| 35 | +[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:` |
| 36 | +and set it to be the bot token value |
| 37 | + |
| 38 | +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) |
| 39 | + |
34 | 40 | - Finally run the app by |
35 | 41 |
|
36 | 42 | ``` |
37 | 43 | yarn start |
38 | 44 | ``` |
39 | 45 |
|
40 | | -####AUTHORS |
41 | | - |
42 | | -- Enock Kipkoech`(theNodeG)` |
43 | | - |
44 | | -- Dennoh Peter`` (Rust`edSoul)`` |
45 | | - |
46 | | -####CONTRIBUTION |
47 | | - |
48 | | -- If you would like to add a feature or suggestion please feel free to fork, open a pull request or an issue. |
49 | | - |
50 | | -- Wanna Buy the Devs Some Coffee ☕️☕️☕️☕️? |
51 | | - |
52 | | -ETH |
53 | | - |
54 | | --`theNodeG` -`0x88f852D7DB6fd080c4fA257F755A517e9db0d124` |
55 | | --`` Rust`edSoul`` -`0xE5dB9FCf40eFb3975F9C695fF89FdB51fB4C553F` |
56 | | - |
57 | | -BSC |
| 46 | +####TODO: |
58 | 47 |
|
59 | | --`theNodeG` -`0x88f852D7DB6fd080c4fA257F755A517e9db0d124` |
60 | | --`` Rust`edSoul`` -`0xE5dB9FCf40eFb3975F9C695fF89FdB51fB4C553F` |
| 48 | +- I will be releasing a series of more robust and stable versions of arbitrage bots soon |