Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 868 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 868 Bytes

Project Wyvern Logo

Example Wyvern Protocol Orderbook Server

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

Synopsis

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.

Development Information

Install Yarn and fetch 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.