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

  1. Clone the identity repo
git clone https://github.com/walt-id/waltid-identity.git && cd waltid-identity
  1. Running the project
Local
Docker
  1. 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.

  1. Run the development server
npm install
npm run dev

or

  1. For production build
npm install
npm run build