4.0.2 • Published 4 years ago

lds-sdk v4.0.2

Weekly downloads
10
License
ISC
Repository
-
Last release
4 years ago

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
4.0.2

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.4.0

4 years ago

3.3.0

4 years ago

3.2.0

4 years ago

3.5.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.0.0

4 years ago