Skip to content

geek-mutiny/flashswap-arbitrage-bot

Repository files navigation

Flashswap Arbitrage Bot

Flashswap arbitrage bot and monitoring script.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help
npx hardhat run --network bsc scripts/deploy.js
node scripts/arbitrage-monitor.js >debug.log 2>&1 & disown