hypersign-protocol / hid-ssi-js-sdk

Java script sdk for creating and verifying dids, diddocs, verifiable credentials and verifiable presentations.
5 stars 0 forks source link

When a user creates did, the created did should be deterministically generated . #56

Closed Pratap2018 closed 2 years ago

Pratap2018 commented 2 years ago

Did creation methods

  1. every did (public/private) should be generated deterministically

Public Did

  1. If the user wishes to register on the blockchain, it is a public did
  2. public did can create a schema

    private did

  3. If the user wishes not to register on the blockchain, it s a private did
  4. private did cannot create a schema
Pratap2018 commented 2 years ago

POC

Link : https://github.com/hypersign-protocol/hypersign-knowledge-hub/tree/main/kepler-hs-ssi-sdk