@dflow-protocol/sdk
v0.1.15
Published
TypeScript bindings to interact with the DFlow protocol
Downloads
3
Readme
DFlow TypeScript SDK
TypeScript bindings to interact with the DFlow protocol
Develop Locally
In order to develop with the DFlow TypeScript SDK locally, run the following commands.
$ yarn install
$ yarn build
$ yarn link
From any local package, e.g. lunar-typescript, that wants to use the DFlow TypeScript SDK, link to the local package.
$ yarn link "@dflow-protocol/sdk"