Issue a Showcase Credential
This page explains how to obtain a test credential from a well-known Verifiable Credential faucet: VC Playground
Last updated
Was this helpful?
This page explains how to obtain a test credential from a well-known Verifiable Credential faucet: VC Playground
Last updated
Was this helpful?
Was this helpful?
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
{
// note that this is a fake url and won't be resolved
"SpruceCountyCredential": "https://www.w3.org/2018/credentials/v1",
"name": "https://schema.org/name",
"issuedBy": {
"@id": "https://schema.org/issuer",
"@type": "@id"
},
"residentID": "https://example.org/credentials/spruce-county#residentID"
}
],
"id": "urn:uuid:spruce-example",
"type": ["VerifiableCredential", "SpruceCountyCredential"],
"issuer": "https://sprucecounty.spruceid.com",
"issuanceDate": "2024-12-16T00:00:00Z",
"credentialSubject": {
"id": "did:example:456",
"name": "John Doe",
"residentID": "SC123456789"
}
}