Skip to content

Commit cb613af

Browse files
committed
added README.md
1 parent cb11204 commit cb613af

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

README.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
#### MultiDexArbBot
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.
5+
6+
#### INSTALL && RUN
7+
8+
- Clone our repo
9+
10+
```
11+
git clone [email protected]:dennohpeter/MultiDexArbBot.git
12+
```
13+
14+
- cd into `MultiDexArbBot`
15+
16+
```
17+
cd MultiDexArbBot
18+
```
19+
20+
- Install all the dependencies
21+
22+
```
23+
yarn install
24+
```
25+
26+
- Rename `example.env` to `.env`
27+
28+
```
29+
mv example.env to .env
30+
```
31+
32+
- Update `.env` to contain your trading preferences and wallet info such private and public key
33+
34+
- Finally run the app by
35+
36+
```
37+
yarn start
38+
```
39+
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
58+
59+
- `theNodeG` - `0x88f852D7DB6fd080c4fA257F755A517e9db0d124`
60+
- `` Rust`edSoul `` - `0xE5dB9FCf40eFb3975F9C695fF89FdB51fB4C553F`

0 commit comments

Comments
 (0)