Last active
October 18, 2021 08:00
-
-
Save sivsivsree/97c315fec43ca4a1d5268fbcbce9f43e to your computer and use it in GitHub Desktop.
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
{ | |
"@context": [ | |
"https://w3id.org/openbadges/v2", | |
"https://w3id.org/blockcerts/v2" | |
], | |
"type": "Profile", | |
"id": "https://raw.githubusercontent.com/blockchain-certificates/cert-issuer/master/examples/issuer/profile.json", | |
"name": "Smartworld", | |
"url": "https://www.smartworld.com/", | |
"introductionURL": "https://www.smartworld.com/intro/", | |
"revocationList": "https://raw.githubusercontent.com/blockchain-certificates/cert-issuer/master/examples/issuer/revocation-list.json", | |
"publicKey": [ | |
{ | |
"id": "ecdsa-koblitz-pubkey:0x3AbAB51a6A80798451fEAD945731d8d5dEd3996E", | |
"created": "2017-06-29T14:48:03.814936+00:00" | |
} | |
], | |
"image": "https://www.smartworld.com/wp-content/uploads/2019/03/SW-Logo.svg", | |
"email": "[email protected]" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment