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
- Issuer Service - Sign & issue various digital credentials (W3C, SD-JWT VC).
Checkout full list here
Quickstart
- Clone the enterprise quickstart repository
git clone https://github.com/walt-id/waltid-enterprise-quickstart.git
- Login to docker
$ docker login -u waltid
- At the password prompt, enter the personal access token you received from us.
- 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
- 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.