by Dizme
Forked from walt.id
Sample application that showcases the issuance and verification of W3C Verifiable Credentials
First, run the development server:
pnpm dev
Build for production
pnpm build
Using Docker:
docker build -t dizme/portal -f Dockerfile .
docker run -p 7102:7102 -i -t dizme/portal
or, with environment variables:
docker run --name dizme-portal -p 3001:3000 \
-e NEXT_PUBLIC_VC_REPO="http://localhost:3000" \
-e NEXT_PUBLIC_ISSUER="https://issuer.portal.walt-test.cloud" \
-e NEXT_PUBLIC_VERIFIER="https://verifier.portal.walt-test.cloud" \
-e NEXT_PUBLIC_WALLET="https://wallet.walt-test.cloud" \
-i -t dizme/portal
- Connect and get the latest updates: Discord | Newsletter | YouTube | Twitter
- Get help, request features and report bugs: GitHub Discussions
Licensed under the Apache License, Version 2.0.