Skip to content
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.

katena-chain/sdk-js-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SDK JS Client

Please use sdk-js instead.

Requirements

  • NodeJS >= 8.x

Install

npm install @katena-chain/sdk-js-client

Usage

To rapidly interact with our API, you can use our Transactor helper. It handles all the steps needed to correctly format, sign and send a transaction.

Feel free to explore and modify its code to meet your expectations.

Examples

Detailed examples are provided in the examples folder to explain how to use our Transactor helper methods.

Available examples:

  • Send a Certificate
  • Retrieve a Certificate
  • Encrypt and send a Secret
  • Retrieve a list of Secret

For instance, to send a certificate:

node examples/send_certificate.js

Katena documentation

For more information, check the katena documentation.