The SDK provides collection of classes and methods to interact with Data Fabric Service.
Install the SDK by running the following commands:
npm install @cord.network/api
Or with yarn
:
yarn add @cord.network/api
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 run build
Note that before you see your changes from the SDK, you have to build it, by executing a build
:
yarn test
yarn test ./packages/core/src/mark/Mark.spec.ts
yarn test:integration
yarn test:integration:run ./packages/core/src/__integrationtests__/Mark.spec.ts