Skip to content

Commit

Permalink
Create did.json
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Kulkarni <[email protected]>
  • Loading branch information
KulkarniShashank authored Aug 7, 2023
1 parent a926abd commit 6ae4f0a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .well-known/did.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"@context": [
"https://w3id.org/did/v1",
"https://w3id.org/security/suites/ed25519-2018/v1"
],
"id": "did:web:credebl.github.io",
"verificationMethod": [{
"id": "did:web:credebl.github.io#key-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:credebl.github.io",
"publicKeyBase58": "6oix3k8dnF5HUQhnKV1FiJc7Jb5rPGMqXprJaMSY6H2z"
}],
"authentication": [
"did:web:credebl.github.io#key-1"
],
"assertionMethod": [
"did:web:credebl.github.io#key-1"
]
}

0 comments on commit 6ae4f0a

Please sign in to comment.