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.

Services

  • Issuer Service - Sign & issue various digital credentials (W3C, SD-JWT VC).

Checkout full list here


Quickstart

  1. Clone the enterprise quickstart repository
git clone https://github.com/walt-id/waltid-enterprise-quickstart.git
  1. Login to docker

$ docker login -u waltid

  1. At the password prompt, enter the personal access token you received from us.
  2. 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.