@dflow-protocol/lunar
v0.1.207
Published
Lunar is a set of libraries that allow sources of order flow to programmatically route retail orders to the DFlow protocol. Lunar-Typescript is the TypeScript version of this library.
Downloads
10
Readme
Lunar-Typescript - Order Flow Management
Lunar is a set of libraries that allow sources of order flow to programmatically route retail orders to the DFlow protocol. Lunar-Typescript is the TypeScript version of this library.
Develop Locally
In order to develop with Lunar locally, run the following commands.
$ yarn install
$ yarn link "@dflow-protocol/sdk"
$ yarn dev
$ yarn link
From any local package, e.g. dflow_scripts, that wants to use Lunar, link to the local Lunar.
$ yarn link "@dflow-protocol/lunar"