Installing The SDK

Installing the issuer-sdk or verifier-sdk lib

  1. Create a new .npmrc file at the same level as your package.json, then add the following registry:

@didpass:registry=https://us-west1-npm.pkg.dev/gdp-labs/gdplabs-npm-public/
  1. Install the verifier-sdk

npm install @didpass/issuer-sdk

or

npm install @didpass/verifier-sdk

Last updated