Skip to content

Instantly share code, notes, and snippets.

@brianorwhatever
Created July 5, 2021 16:20
Show Gist options
  • Save brianorwhatever/6496776bcde982593ae86cf1c39f61d5 to your computer and use it in GitHub Desktop.
Save brianorwhatever/6496776bcde982593ae86cf1c39f61d5 to your computer and use it in GitHub Desktop.
VC example
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/security/bbs/v1",
"http://schema.org/"
],
"type": [
"VerifiableCredential"
],
"id": "http://aviary.one/123",
"name": "Ultra Sour Pre-Roll",
"description": "Ultra Sour Pre-Roll",
"issuanceDate": "2021-03-08T20:13:19Z",
"issuer": "did:key:zUC7xKa2rLLt2bchEVFBhYpQJEGuCdgyj7yezATisPma6V8njCSuUd4NkRKmwZXtKR36etCMFT5mghZpShBVbcSS9BNBWnWbEDq2Y1oPFjxGLRDjwh6KV3mNFJAjtoX71YL1x3x",
"credentialSubject": {
"identifier": "ARC059",
"name": "Head Shot (Blue)",
"additionalProperty": "Common",
"printEdition": "1st",
"price": "$0.76",
"priceCurrency": "USD"
},
"proof": {
"type": "BbsBlsSignature2020",
"created": "2021-05-19T18:48:45Z",
"proofPurpose": "assertionMethod",
"proofValue": "rJ9oKp3foUAwxDhhM8JY8yH+N/09952Mk6zUQt6e26FBdAXDOzlKIouQVBiKqoRWUotjqVFeWRoR6Z/JyyrHzqlzC0I4BW12gyJDIvAvN1QPjWqYlaiGBOPeEQHRWwFaT7FRGlC+2XcqlPcxmYNfug==",
"verificationMethod": "did:key:zUC7xKa2rLLt2bchEVFBhYpQJEGuCdgyj7yezATisPma6V8njCSuUd4NkRKmwZXtKR36etCMFT5mghZpShBVbcSS9BNBWnWbEDq2Y1oPFjxGLRDjwh6KV3mNFJAjtoX71YL1x3x#zUC7xKa2rLLt2bchEVFBhYpQJEGuCdgyj7yezATisPma6V8njCSuUd4NkRKmwZXtKR36etCMFT5mghZpShBVbcSS9BNBWnWbEDq2Y1oPFjxGLRDjwh6KV3mNFJAjtoX71YL1x3x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment