mirror of
https://github.com/mii443/did-web-on-gh-pages.git
synced 2025-08-22 23:15:46 +00:00
generate did document
This commit is contained in:
23
docs/did.json
Normal file
23
docs/did.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"@context": "https://www.w3.org/ns/did/v1",
|
||||
"id": "did:web:morioka22.github.io:did-web-on-gh-pages",
|
||||
"verificationMethod": [
|
||||
{
|
||||
"id": "did:web:morioka22.github.io:did-web-on-gh-pages#key1",
|
||||
"type": "EcdsaSecp256k1VerificationKey2019",
|
||||
"controller": "did:web:morioka22.github.io:did-web-on-gh-pages",
|
||||
"publicKeyJwk": {
|
||||
"kty": "EC",
|
||||
"x": "PKQzH-JFxmX2NkrXMi3J2dhxsw7BtM08QnhLVNCx5ok",
|
||||
"y": "QY0Hz5onP1wenxPJpwU8OPklqGWACT1VfBlgoJNZwcU",
|
||||
"crv": "secp256k1"
|
||||
}
|
||||
}
|
||||
],
|
||||
"authentication": [
|
||||
"did:web:morioka22.github.io:did-web-on-gh-pages#key1"
|
||||
],
|
||||
"assertionMethod": [
|
||||
"did:web:morioka22.github.io:did-web-on-gh-pages#key1"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user