https://github.com/ethancrypto/arbitrage-contract.git
cd DEX-Arbitrage
mv .env-example.txt .env
npm install
npx hardhat run --network bsc .\scripts\deploy.js
Then copy the contract address into notepad. It will be used in backend server
Then to execute run:-
npx hardhat run --network bsc .\scripts\deploy.js
Finally to recover any funds use the script.
npx hardhat run --network bsc .\scripts\recover.js
#Verify contract $ npx hardhat verify --network bsc 0xc98749CbFdb8613D8812Cca2BE06147557644Dd7