Overview
The DID service enables users to create and resolve various types of Decentralized Identifiers (DIDs). Currently, it supports the following DID methods:
- did:key
- did:jwk
- did:web
Please note that the DID service is stateless. This means that while the service can create DIDs and their corresponding DID Documents, it does not store them.
Service Dependencies
To create a DID and its associated DID Document, the DID service requires keys. In the Enterprise Stack, keys are managed through the Key Management Service (KMS). Therefore, before using the DID service, ensure that you have set up a KMS service within the same tenant as the DID service.
Get Started
- Setup - How to setup a DID service
- did:key create - How to generate a did:key + DID Document