ValValu / arbitragoor

🤖 Arbitrageur of last resort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arbitragoor

Scripts to execute arbitrage requests, used in conjuction with this smart contract.

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

About

🤖 Arbitrageur of last resort

License:GNU General Public License v3.0


Languages

Language:TypeScript 96.4%Language:Shell 2.7%Language:Dockerfile 1.0%