Skip to content
This repository has been archived by the owner on Apr 3, 2022. It is now read-only.

Sandbox of Issuing/Verifying VC/VP with did:web, did-jwt-vc

License

Notifications You must be signed in to change notification settings

knokmki612/sandbox-did-web-jwt-vc

Repository files navigation

Sandbox of DID(:web)(:jwt)(:jwt-vc)

Requirements

Please prepare TLS certificate by mkcert or other tools for running local HTTPS server. web:did method does not define a case of resolving through http connection.

Usage

Stringify cert files like cat <cert-file> | awk '{ printf $0"\\n" }'

Place dotenv to server/.env as follows:

HOSTNAME=localhost
KEY="-----BEGIN PRIVATE KEY-----\n...-----END PRIVATE KEY-----\n"
CERT="-----BEGIN CERTIFICATE-----\n...-----END CERTIFICATE-----\n"

Then start dev server by yarn dev

Related Docs

About

Sandbox of Issuing/Verifying VC/VP with did:web, did-jwt-vc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published