Installing The SDK
Installing the issuer-sdk or verifier-sdk lib
Create a new
.npmrc
file at the same level as yourpackage.json
, then add the following registry:
@didpass:registry=https://us-west1-npm.pkg.dev/gdp-labs/gdplabs-npm-public/
Install the verifier-sdk
npm install @didpass/issuer-sdk
or
npm install @didpass/verifier-sdk
Last updated