Skip to content

dizme/dizme-ewc-portal

Repository files navigation

Credential Issuance & Verification Portal

by Dizme Forked from walt.id

Sample application that showcases the issuance and verification of W3C Verifiable Credentials

Getting Started

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

Join the community

License

Licensed under the Apache License, Version 2.0.

About

Issuer and Verifier portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published