πŸ”§Installation

Using Package Manager

Create .npmrc on the same level as your package.json. Add registry below to your .npmrc

@didpass:registry=https://us-west1-npm.pkg.dev/gdp-labs/gdplabs-npm-public/

Next, to install didPass Issuer SDK, you can use npm or any package manager you prefer:

npm install @didpass/issuer-sdk

This package is still under active development and has not been published to npm yet.

Last updated