- Uses Coinbase Pro Websocket Feed to manage a local L2 Trading Book
- Implemented using the Full Websocket channel
- NodeJS (I used v14.16.0)
- Internet Connection (to connect to CB APIs)
Install Node Dependencies
npm install
Start Book:
npm run start
Run Tests:
npm run test