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
Run the development server
pnpm install
pnpm dev
For production build
pnpm install
pnpm build