@hyperledger/identus-sdk
v8.1.0
Published
Identus SDK - Typescript
Downloads
227
Keywords
Readme
You can install the SDK with npm, yarn, etc.
npm i @hyperledger/identus-sdk --save
Or using yarn:
yarn add @hyperledger/identus-sdkUsing the library:
import { Apollo } from '@hyperledger/identus-sdk';
const apollo = new Apollo();