/0x-orderbook-server

Open-source 0x orderbook server, written for ForkDelta.

Primary LanguageJavaScriptMIT LicenseMIT

0x Orderbook Server

https://badges.frapsoft.com/os/mit/mit.svg?v=102

Synopsis

Open-source 0x orderbook server, written for ForkDelta.

Three-tier: Varnish in front (not yet implemented), Node HTTP server, PostgreSQL backing datastore.

Operation

Copy config.example.js to config/config.js, edit to suit your requirements, then simply run:

node index.js

Development Information

Setup

Node >= v6.9.1 and Yarn required.

Before any development, install the required NPM dependencies:

yarn

Contributing

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.