Skip to content

Commit

Permalink
Update did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavighule authored Feb 1, 2024
1 parent 9fbf687 commit 3301378
Showing 1 changed file with 24 additions and 17 deletions.
41 changes: 24 additions & 17 deletions .well-known/did.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
{
"@context": [
"https://w3id.org/did/v1",
"https://w3id.org/security/suites/ed25519-2018/v1"
],
"id": "did:web:pallavighule.github.io",
"verificationMethod": [
{
"id": "did:web:pallavighule.github.io#key-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:pallavighule.github.io",
"publicKeyBase58": "AWd8xW3YJP5qEUDuBLmyMQ7LT6MWAEQHXVasy83WwMpQ"
}
],
"authentication": [
"did:web:pallavighule.github.io#key-1"
]
}
"@context": [
"https://w3id.org/did/v1",
"https://w3id.org/security/suites/ed25519-2018/v1"
],
"id": "did:web:pallavighule.github.io",
"verificationMethod": [
{
"id": "did:web:pallavighule.github.io#key-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:pallavighule.github.io",
"publicKeyBase58": "FaRVVSuxqP884ALGpoqJDuVi9zqwjymGLQsS3gzz4S9J"
}
],
"service": [
{
"id": "did:web:pallavighule.github.io",
"serviceEndpoint": "https://dev-agent.credebl.id/docs/",
"type": "DIDCommMessaging"
}
],
"authentication": [
"did:web:pallavighule.github.io#key-1"
]
}

0 comments on commit 3301378

Please sign in to comment.