Overview
A list of credentials to issue and verify via a white-label UI. The credentials available via the portal are fetched from the walt.id credential repository.
Setup
- Clone the identity repo
 
git clone https://github.com/walt-id/waltid-identity.git && cd waltid-identity
- Running the project
 
Local
Docker
- Change directory
 
cd waltid-applications/waltid-web-portal/
Make sure you have the NEXT_PUBLIC_VC_REPO variable set in .env.
As default value "https://credentials.walt.id" can be used.
- Run the development server
 
npm install
npm run dev
or
- For production build
 
npm install
npm run build
 Last updated on March 24, 2025
