Commercial-grade arbitrage flash loan app supporting cross-chain operations with gasless transactions via Biconomy.
- Add
.envwith your keys. - Run
npm install. - Run
npm startto launch the app and dashboard.
- src/app.ts : unified app server + arbitrage engine
- src/dashboard.html : UI dashboard
- contracts/FlashLoan.sol : smart contract (optional)
- scripts/deploy.ts : deployment scripts (optional)