Skip to content

Implement Selective Disclosure Issuer

If you intend to issue your own verifiable credentials. The following guide will help you implement the issuer module for your solution.

Clone issuer repo

Our example issuer repository might be a useful reference as your work through the implementation.

Install Packages

To use BBS Signatures;

  npm i @mattrglobal/bbs-signatures

Next Up: Generate key-pair →