Provides a collection of classes and methods to interact with the Cord network.
Install the SDK by running the following commands:
npm install @cord.network/sdk
Or with yarn
:
yarn add @cord.network/sdk
Clone this repo and navigate into it.
yarn
Note that before you see your changes from the SDK, you have to build it, by executing a build
:
yarn build