Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/norvirae/mev-triangular-arbitrage-bot-contract-typescript
an arbitrage bot for uniswap V2 forks, on bsc, polygon, eth chains, typescript version with hardhat updated, of this repo https://github.com/NorVirae/mev-triangular-arbitrage-bot-contract.git
https://github.com/norvirae/mev-triangular-arbitrage-bot-contract-typescript
arbitrage mev solidity trading triangular typescript
Last synced: about 1 month ago
JSON representation
an arbitrage bot for uniswap V2 forks, on bsc, polygon, eth chains, typescript version with hardhat updated, of this repo https://github.com/NorVirae/mev-triangular-arbitrage-bot-contract.git
- Host: GitHub
- URL: https://github.com/norvirae/mev-triangular-arbitrage-bot-contract-typescript
- Owner: NorVirae
- Created: 2023-02-26T11:26:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T11:30:03.000Z (almost 2 years ago)
- Last Synced: 2024-11-10T22:41:31.135Z (3 months ago)
- Topics: arbitrage, mev, solidity, trading, triangular, typescript
- Language: Solidity
- Homepage:
- Size: 86.9 KB
- Stars: 15
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MEV TRIANGULAR ARBITRAGE BOT - [Smart contract part]
This is a typescript version of this project ```https://github.com/NorVirae/mev-triangular-arbitrage-bot-contract.git```,
1. waffle is being replaced by chai-matchers
2. Code implementation from hardhat-toolboxTo run this project
1. git clone ```https://github.com/NorVirae/mev-triangular-arbitrage-bot-contract-typescript.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.