lds-sdk

4.0.2 • Public • Published

This is test library. Please do not use it for production!

Hs-Lds-SDK

Building

git submodule update --init --recursive
cd libs/vc-js && npm i && cd -
npm i 
npm run build
npm run test

Usage

npm i --save lds-sdk

const hsdk =  require('lds-sdk')
const options = { nodeUrl: "http://localhost:5000",  didScheme:  "did:v2:hs"}
const sdkVc = hsdk.credential(options) // for verifiable credential and presentaion realted
const sdkDid = hsdk.did(options) // for did related

Readme

Keywords

none

Package Sidebar

Install

npm i lds-sdk

Weekly Downloads

9

Version

4.0.2

License

ISC

Unpacked Size

86 kB

Total Files

17

Last publish

Collaborators

  • vishwas_npm_user