---
title: "Overview"
description: "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…"
stack: "Enterprise Stack (commercial) — version 0.21.0"
stack_version: "0.21.0"
stack_comparison: https://docs.walt.id/community-vs-enterprise.md
canonical_url: https://docs.walt.id/enterprise-stack/services/did-store-service/overview
generated: 2026-07-20
---
# 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**](https://docs.walt.id/enterprise-stack/services/did-service/overview.md): 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**](https://docs.walt.id/enterprise-stack/services/wallet-service/overview.md): 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](https://docs.walt.id/enterprise-stack/services/did-store-service/setup.md) - How to configure & setup a DID store service
