https://github.com/norvirae/mev-triangular-arbitrage-bot-contract
an arbitrage bot for uniswap V2 forks, on bsc, polygon, eth chains
https://github.com/norvirae/mev-triangular-arbitrage-bot-contract
arbitrage hardhat mev solidity
Last synced: 5 months ago
JSON representation
an arbitrage bot for uniswap V2 forks, on bsc, polygon, eth chains
- Host: GitHub
- URL: https://github.com/norvirae/mev-triangular-arbitrage-bot-contract
- Owner: NorVirae
- Created: 2023-02-20T07:43:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T14:39:45.000Z (over 3 years ago)
- Last Synced: 2025-04-26T02:48:56.181Z (about 1 year ago)
- Topics: arbitrage, hardhat, mev, solidity
- Language: Solidity
- Homepage:
- Size: 162 KB
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEV TRIANGULAR ARBITRAGE BOT - [Smart contract part]
To run this project
1. git clone ```https://github.com/NorVirae/mev-triangular-arbitrage-bot-contract.git```
2. run ```npm install```
3. run ```npx hardhat test```, to see project execute on a fork of mainnet
4. run ```npx hardhat run scripts/deploy.js --network [network_name]```, Network Name from "hardhat.config"
5. you can hook up the smart contract interface with a nodejs, python django/flask server(bot), to call the interfaces to perform arbitrage on block change.