Example orderbook server for use with the Wyvern Protocol.
Three-layer architecture: Varnish cache up front, Express for HTTP, PostgreSQL as the backing datastore. The Varnish cache layer is optional.
Install Yarn and fetch dependencies:
yarn
Contributions welcome! Please use GitHub issues for suggestions/concerns - if you prefer to express your intentions in code, feel free to submit a pull request.