CryptoTradeBot aims to generate profits in illiquid crypto markets in COINDCX exchange by leveraging high bid-ask spreads between INR and USD markets. It keeps track of the order book to identify trading opportunities.
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.