Skip to content

Instantly share code, notes, and snippets.

@pelle
Last active July 14, 2020 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pelle/1d057306b1b7224ae810cdc129b8954a to your computer and use it in GitHub Desktop.
Save pelle/1d057306b1b7224ae810cdc129b8954a to your computer and use it in GitHub Desktop.
{
"@context": "https://www.w3.org/ns/did/v1",
"id": "did:example:123456789abcdefghi",
"authentication": [{
"id": "did:example:123456789abcdefghi#keys-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:example:123456789abcdefghi",
"publicKeyBase58": "H3C2AVvLMv6gmMNam3uVAjZpfkcJCwDwnZn6z3wXmqPV"
}],
"service": [{
"id":"did:example:123456789abcdefghi#vcs",
"type": "VerifiableCredentialService",
"serviceEndpoint": "https://example.com/vc/"
},
{
"id":"did:example:123456789abcdefghi#openvasp",
"type": "OpenVASPv1",
"serviceEndpoint": "did:openvasp:0xvaspcode"
},
{
"id":"did:example:123456789abcdefghi#trp",
"type": "TRPv1",
"serviceEndpoint": "https://example.com/trp"
} ,
{
"id":"did:example:123456789abcdefghi#vaspvc",
"type": "VASPVerifiableCredentialService",
"serviceEndpoint": "https://example.com/vaspvc"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment