Skip to content

jscriptcoder/exchange-orderbook

Repository files navigation

Exchange Order Book - Home Assignment Test

This is an implementation of a typical order book one can find in Exchange platforms.

Demo: https://exchange-orderbook.vercel.app/

Download source

Open a terminal or command line and run following commands:

$ git clone https://github.com/jscriptcoder/exchange-orderbook.git
$ cd exchange-orderbook

Installing and running development env

$ npm install
$ npm run dev

Have fun :-)

Running unit-tests

$ npm test

About

[Home Assignment Test] Implementation of a typical Order Book found in Exchanges

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published