Open-source 0x orderbook server, written for ForkDelta.
Three-tier: Varnish in front (not yet implemented), Node HTTP server, PostgreSQL backing datastore.
Copy config.example.js to config/config.js
, edit to suit your requirements, then simply run:
node index.js
Node >= v6.9.1 and Yarn required.
Before any development, install the required NPM 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.