Skip to content

ValValu/arbitragoor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.3%
  • Shell 2.7%
  • Dockerfile 1.0%