This is the Hanzo Exchange SDK, which enables anyone to integrate advanced trading functionality into an application. Includes a spec-compliant order matching engine and WS server for building exchange applications.
npm
npm test
npm test --watch
When developing you can run:
npm run watch
This will regenerate the build files each time a source file is changed and serve on http://127.0.0.1:5000.
Basic Matching Engine based on hyobyun/exchangeengine and Ian Kaplan's Paper