0.1.15 • Published 2 years ago

@dflow-protocol/sdk v0.1.15

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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"