-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdid.json
More file actions
33 lines (33 loc) · 1.07 KB
/
did.json
File metadata and controls
33 lines (33 loc) · 1.07 KB
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
28
29
30
31
32
33
{
"@context": [
"https://w3id.org/did/v1"
],
"id": "did:web:example.com",
"verificationMethod": [
{
"id": "did:web:example.com#z6MkpRSYe1WHRSmqsTheBa6rdTjyG5hJwttTcEhvgg1Kapbv",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:example.com",
"publicKeyBase58": "AyBW3mFr5uHNkxrwW191nNBySWRTY1e6vDnzrQ3JfbpY"
},
{
"id": "did:web:example.com#zDnaefEzJWXWBSGXXjqYc61JWWPu7saR2EL9d1qyvAy8eKvrx",
"type": "JsonWebKey2020",
"controller": "did:web:example.com",
"publicKeyJwk": {
"kty": "EC",
"crv": "P-256",
"x": "3A9V8ynqRcVjADqlfpZ9X8mwbew0TuQldH_QOpkadsU",
"y": "af2VHyO4MziEhUeBfoeZVBM-WTyZl-DiMC6_d-sS4MI"
}
}
],
"authentication": [
"did:web:example.com#z6MkpRSYe1WHRSmqsTheBa6rdTjyG5hJwttTcEhvgg1Kapbv",
"did:web:example.com#zDnaefEzJWXWBSGXXjqYc61JWWPu7saR2EL9d1qyvAy8eKvrx"
],
"assertionMethod": [
"did:web:example.com#z6MkpRSYe1WHRSmqsTheBa6rdTjyG5hJwttTcEhvgg1Kapbv",
"did:web:example.com#zDnaefEzJWXWBSGXXjqYc61JWWPu7saR2EL9d1qyvAy8eKvrx"
]
}