@wangshijun/order-storage

Storage interface that defines basic methods to persist orders

Usage no npm install needed!

<script type="module">
  import wangshijunOrderStorage from 'https://cdn.skypack.dev/@wangshijun/order-storage';
</script>

README

@wangshijun/order-storage

Exchange engine written in node.sj

Package Version semantic-release Downloads Status Build Status: Linux

PRs Welcome dependencies Status devDependencies Status code style: prettier MIT License

Why

// TODO

Installation

npm install --save @wangshijun/order-storage

Usage

const nodeExchangeEngine = require('@wangshijun/order-storage');

nodeExchangeEngine('some text');
//=> some text

Related

// TODO

License

MIT © wangshijun