Skip to content

Instantly share code, notes, and snippets.

@jessgusclark
Created January 11, 2021 11:55
Show Gist options
  • Save jessgusclark/01efe58417798353dbe21817deca31ac to your computer and use it in GitHub Desktop.
Save jessgusclark/01efe58417798353dbe21817deca31ac to your computer and use it in GitHub Desktop.
{
"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": 2,
"lotNumber": "59267-1000-02"
}
},
"sub": "did:ethr:rsk:0xee21b6289624e98d8712cc810fcf608c5d72d2a6",
"nbf": 1612180483,
"iss": "did:ethr:rsk:0x2958042047eA3D67FFF3ec45d0E222349EA1a044"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment