-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
W3ID is generated based on the namespace provided by the registry and the "name" that will be the data provided by the application in respect to this library.
To achieve this, the uuid npm package will be used. This package will be tree shaked when building the lib to use only the features that we require.
Our W3ID class will provide all the details required by UUIDv5 as an abstraction layer on top of it, making it easy for developers to generate their own DIDs.
Reference
n/a
Acceptance Criteria
Make w3id generation possible.
Test it.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request