Skip to content

Vikastc/cord.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Experiment the SDK methods

Once the build of the package is complete (with yarn build), one can try below methods to check if methods are working.

Note: Make sure that the cord instance in running locally by following the README.md under the CORD repo. Follow the instructions under the topic - "Run the node"


$ yarn demo

$ yarn demo-vc

$ yarn bench

The output of these runs are self-explanatory. For reference of how this is structured, you can refer to the source of the demo scripts.

About

Cord JS API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • JavaScript 1.1%