Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.48 KB

File metadata and controls

47 lines (32 loc) · 1.48 KB

Verifiable Credential Viewer

Open locally stored credentials in your browser in order to...

Screenshot showing a Verifiable Credential being viewed

Usage

Open the index.html in your browser (or host a webserver locally to serve that file). The rest happens in your browser.

The Web app is built using petite-vue and is delightfully build tool free (for now).

Examples

Examples are pulled from the hosted version of https://github.com/credential-handler/vc-examples via a Linked Data Platform (LDP) Basic Container description hosted at https://examples.vcplayground.org/credentials/index.json

Render Method implementations

The current viewer code implements only SVG processing based on the SvgRenderingTemplate2024 draft. Most importantly, the template value MUST be a string containing "raw" <svg>...</svg> that can be displayed (after Mustache template processing) via an <img src=""> tag.

License

BSD-3-Clause Copyright 2024 Digital Bazaar, Inc.

Commercial support and licensing is available by contacting Digital Bazaar support@digitalbazaar.com.