Create did.json
This commit is contained in:
parent
4039ac8ffe
commit
ce680a0770
1 changed files with 26 additions and 0 deletions
26
did.json
Normal file
26
did.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"@context": [
|
||||
"https://www.w3.org/ns/did/v1",
|
||||
"https://w3id.org/security/suites/jws-2020/v1"
|
||||
],
|
||||
"id": "did:web:death.id.au",
|
||||
"verificationMethod": [
|
||||
{
|
||||
"id": "did:web:death.id.au#main-key",
|
||||
"type": "JsonWebKey2020",
|
||||
"controller": "did:web:death.id.au",
|
||||
"publicKeyJwk": {
|
||||
"kty": "EC",
|
||||
"crv": "secp256k1",
|
||||
"x": "DtZGHvyuNAQsx14a95qETt93DCCmj4D1+cZI/tBq5/Q=",
|
||||
"y": "eJiyCw5tXteQKYpaAqz3BdUTRQWqnEqrYPjTxMNehJw="
|
||||
}
|
||||
}
|
||||
],
|
||||
"authentication": [
|
||||
"did:web:death.id.au#main-key"
|
||||
],
|
||||
"assertionMethod": [
|
||||
"did:web:death.id.au#main-key"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue