-
Notifications
You must be signed in to change notification settings - Fork 0
/
did_document.json
27 lines (27 loc) · 1.01 KB
/
did_document.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:web:sunbirdrc2.github.io:VCTest:e6dcbb8e-a4f8-4ae0-b811-cf2802738cc8",
"alsoKnownAs": [
],
"service": [],
"verificationMethod": [
{
"id": "did:web:sunbirdrc2.github.io:VCTest:e6dcbb8e-a4f8-4ae0-b811-cf2802738cc8#key-0",
"type": "Ed25519VerificationKey2020",
"@context": "https://w3id.org/security/suites/ed25519-2020/v1",
"controller": "did:web:sunbirdrc2.github.io:VCTest:e6dcbb8e-a4f8-4ae0-b811-cf2802738cc8",
"publicKeyMultibase": "z6MkhhxYUw5iWj22VBZfAythSC6UwMsqwhqfkVUadFGn1EHe"
}
],
"authentication": [
"did:web:sunbirdrc2.github.io:VCTest:e6dcbb8e-a4f8-4ae0-b811-cf2802738cc8#key-0"
],
"assertionMethod": [
"did:web:sunbirdrc2.github.io:VCTest:e6dcbb8e-a4f8-4ae0-b811-cf2802738cc8#key-0"
]
}
]