Creating a simple backend app that runcs some logic to make money on a crypto exchange that is illiquid
- The goal is to write some basic node.js code that sits on illiquid orderbook, and when an order is placed, quickly re-buys the same thing in more liquid markets to gain some arb
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.24. Bun is a fast all-in-one JavaScript runtime.