Made this codebase for fun and profit. this code won't make you money. this is only for learning purpose. use this at your own risk.
- Node.js (LTS is prefered) (I used 18.x.x LTS for this repo.)
- Install Packages:
npm install
oryarn install
- Update Config/Enviorment Variables in
.env.sample
and rename it to.env
- Run Liquidity Listener/Searcher:
node index.js
- Run Buyer Program:
node buyer.js
- Run Seller Program:
node seller.js