@wangshijun/order-storage-memory

Storage interface that defines basic methods to persist orders

Usage no npm install needed!

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

README

@wangshijun/order-storage-memory

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-memory

Usage

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

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

Related

// TODO

License

MIT © wangshijun