An open API service indexing awesome lists of open source software.

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

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...
```