Getting Started
Explore the different Enterprise features below or learn more about the walt.id Enterprise Stack in general here.
Concepts
Learn the core concepts of the Enterprise Stack: Organisations, Tenants, Services, and Permissions & Access.
Checkout Enterprise Foundations
Administration
Explore how to use Organizations, Tenants, and allow Access & Permissions in detail.
- Organizations - The starting point.
- Tenants - Container for services.
- Access & Permissions - Secure your enterprise infrastructure.
Services
- KMS Service - Manage cryptographic keys.
- DID Service - Create decentralized identifiers.
- Issuer Service - Sign & issue various digital credentials (W3C, SD-JWT VC).
- Verifier Service - Request & verify digital credentials.
- Wallet Service - Run identity wallets for individuals or organizations.
- Credential Status Service - Manage credential status lists.
- DID Store Service - Store and manage DIDs.
- Credential Store Service - Store and query credentials.
- DID Registry - Host did:web documents.
Checkout full list here
Quickstart
You need to be a walt.id Enterprise customer to use this quickstart.
- Clone the repository
git clone https://github.com/walt-id/waltid-enterprise-quickstart.git
- Login to Docker
docker login -u waltid
When prompted, use your personal access token as the password. - Start docker-compose
docker-compose up
Once docker-compose is running, you can visit enterprise.localhost:3000/swagger to access the Enterprise APIs.
Next Steps
- Enterprise Stack Concepts - Learn more about the Enterprise Stack core concepts
- Quickstart (5 min) - Guided CLI setup
- Tutorial (30 min) - Step-by-step walkthrough
- Administration - Learn about organizations, tenants, and the details of authentication and access management.
- Services - Explore various services (e.g., issuer, verifier) and their detailed usage.
Last updated on June 17, 2025