Overview
The DID Store Service provides storage functionalities for managing DIDs & DID documents, including storing, listing, viewing, and deleting them. It can be accessed directly via the Enterprise API or indirectly as a dependency of other services within the Enterprise Stack.
Services utilizing the DID Store as a dependency:
- DID Service: When configuring a DID Service, one or more DID Stores can be specified as dependencies. As a result, DIDs created by the DID Service are automatically stored in the associated DID Store(s).
- Wallet Service: The Wallet Service can utilize the DID Store as a source for DIDs. Instead of explicitly providing a DID as a request parameter, the Wallet Service can reference DIDs already stored in a DID Store.
Get Started
- Setup - How to configure & setup a DID store service