Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Sep 18, 2024
1 parent 9fabe6c commit 5b9a303
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/v2"
]
"id": "did:web:opsecid.github.io:acapy-did-web-demo",
"verificationMethod": [{
"id": "did:web:opsecid.github.io:acapy-did-web-demo#verkey",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:opsecid.github.io:acapy-did-web-demo",
"publicKeyBase58": "5ZLWvZXBnDBBWST8PTy2M2RkG74mfnsRLQgVMEvYD5PM"
}],
"assertionMethod": ["did:web:opsecid.github.io:acapy-did-web-demo#verkey"],
"authentication": ["did:web:opsecid.github.io:acapy-did-web-demo#verkey"],
"services": [{
"id": "did:web:opsecid.github.io:acapy-did-web-demo#github",
"type": "LinkedDomain",
"serviceEndpoint": "https://github.com/opsecid/acapy-did-web-demo"
}]
}

0 comments on commit 5b9a303

Please sign in to comment.