Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 528 Bytes

Creating a simple backend app that runcs some logic to make money on a crypto exchange that is illiquid

Preface

  • 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

trading-bot

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.