Skip to content

Harsh1s/cord.js

Repository files navigation

CORD.js

Provides a collection of classes and methods to interact with the Cord network.

Install the SDK

Install the SDK by running the following commands:

npm install @cord.network/sdk

Or with yarn:

yarn add @cord.network/sdk

Build to see changes

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%