Created
January 11, 2021 11:35
-
-
Save jessgusclark/27f881bb77e04536d837919bc54865c7 to your computer and use it in GitHub Desktop.
Decoded Credential
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vc": { | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1" | |
], | |
"type": [ | |
"VerifiableCredential", | |
"VaccineRecord" | |
], | |
"credentialSubject": { | |
"name": "Jesse Clark", | |
"id": 1234567890, | |
"vaccineName": "Pfizer-BioNTech COVID-19 Vaccine", | |
"shotNumber": 1, | |
"lotNumber": "59267-1000-01" | |
} | |
}, | |
"sub": "did:ethr:rsk:0xee21b6289624e98d8712cc810fcf608c5d72d2a6", | |
"nbf": 1610364879, | |
"iss": "did:ethr:rsk:0x2958042047eA3D67FFF3ec45d0E222349EA1a044" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment