OneObit-Assignment
Crypto Exchanges arbitrage finder This is a web3 project which compares prices of DAI(stablecoin) and WETH(wrapped ether) on multiple exchanges such as uniswap , quickswap and sushiswap to find the arbitrage between tokens.
Steps to run the project -
- Go to backend folder(cd backend)
- Install all dependencies(npm install)
- Start server (node index.js)
- Open a new terminal
- Go to frontend folder(cd frontend)
- Istall all dependencies(cd frontend)
- Run the react application(npm run start)