https://github.com/0xmichalis/arbitragoor
🤖 Arbitrageur of last resort
https://github.com/0xmichalis/arbitragoor
Last synced: 3 months ago
JSON representation
🤖 Arbitrageur of last resort
- Host: GitHub
- URL: https://github.com/0xmichalis/arbitragoor
- Owner: 0xmichalis
- License: gpl-3.0
- Created: 2022-01-06T21:09:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T17:18:01.000Z (3 months ago)
- Last Synced: 2025-03-10T18:31:52.327Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arbitragoor
Scripts to execute arbitrage requests, used in conjuction with [this smart contract](https://github.com/kargakis/arbitrage-contracts).
## Build
```
yarn build
```## Run
Update `.env` with the desired configuration, then run:
```
yarn start
```## Docker
```
docker build . -t arbitragoor
docker run --env-file=.env arbitragoor:latest
```## Contract lifecycle
Withdraw any funds from the contract
```
yarn withdraw
```Update the flashloan keeper
```
yarn change-keeper 0x000newkeeperaddress000...
```