Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
likhitharl authored Sep 13, 2024
1 parent e502242 commit bf23510
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions a9941d9c-4d44-44d3-ac34-7428ba02faa8/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:web:likhitharl.github.io:vc:a9941d9c-4d44-44d3-ac34-7428ba02faa8",
"alsoKnownAs": [
"testUUID",
"test@gmail.com"
],
"service": [],
"verificationMethod": [
{
"id": "did:web:likhitharl.github.io:vc:a9941d9c-4d44-44d3-ac34-7428ba02faa8#key-0",
"type": "Ed25519VerificationKey2020",
"@context": "https://w3id.org/security/suites/ed25519-2020/v1",
"controller": "did:web:likhitharl.github.io:vc:a9941d9c-4d44-44d3-ac34-7428ba02faa8",
"publicKeyMultibase": "z6MkoBEocmLa33BCJAqdHauLgAT4WYVCZNkR6KWhPLzJKpRP"
}
],
"authentication": [
"did:web:likhitharl.github.io:vc:a9941d9c-4d44-44d3-ac34-7428ba02faa8#key-0"
],
"assertionMethod": [
"did:web:likhitharl.github.io:vc:a9941d9c-4d44-44d3-ac34-7428ba02faa8#key-0"
]
}

0 comments on commit bf23510

Please sign in to comment.