Quickstart (5 min)

The Enterprise Stack requires a license from walt.id. See Licensing for how to configure license.conf and activate it.

1. Clone the Quickstart Guide

we will be using the walt.id enterprise quickstart repository. It can be used to explore enterprise features via a CLI tool and/or to bring up the whole stack using Docker Compose. We will CLI tool for this guide.

Clone the repo

git clone https://github.com/walt-id/waltid-enterprise-quickstart.git

Change Working Directory

cd waltid-enterprise-quickstart

Add Docker Token

Save the docker-access token provided by walt.id to get access to the private enterprise stack img.

echo "DOCKER_TOKEN_PROVIDED_BY_WALT_ID_HERE" > .docker-token

2. Start the Enterprise API

./waltid-enterprise run

3. Run The Wizard

Make sure to open a second window in your terminal and keep the Enterprise Stack running in the other.


Run CLI wizard

./waltid-enterprise wizard

Next Steps

If you want to learn about the API calls behind the wizard command, check out our 30-minute tutorial that guides you through issuing and verifying a W3C credential with a revocation status property.

Last updated on August 18, 2026