jamesbachini / DEX-Arbitrage

Example arbitrage trading bot
GNU General Public License v3.0
615 stars 350 forks source link

[Question] What is the difference between Arb.sol,Deploy.js,Trade.js and InstaArb.sol,Instadeploy.js,Instatrade.js? #16

Closed RudraveerMandal closed 2 years ago

RudraveerMandal commented 2 years ago

Both have similar and different code. Both do almost the same thing but in different ways. Whats the difference?

jamesbachini commented 2 years ago

I was just messing around with instaArb.sol trying to get more logic into the smart contract. Left it in there in case anyone wanted to experiment along those lines.