Last active
July 14, 2020 10:07
-
-
Save pelle/1d057306b1b7224ae810cdc129b8954a 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://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