From f7eabdb84c5704491a700db6957df60e5e2e4406 Mon Sep 17 00:00:00 2001 From: Gurpreet41082 Date: Thu, 16 Jan 2025 13:31:33 +0530 Subject: [PATCH] Added did.json file --- temp/did.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 temp/did.json diff --git a/temp/did.json b/temp/did.json new file mode 100644 index 0000000..afad92b --- /dev/null +++ b/temp/did.json @@ -0,0 +1,23 @@ +{ + "assertionMethod": [ + "did:web:Gurpreet41082.github.io:DID:certify-local:temp#key-0" + ], + "service": [], + "id": "did:web:Gurpreet41082.github.io:certify-local:temp", + "verificationMethod": [ + { + "publicKeyMultibase": "z6MknVDweVizoVp5RmCfG4JKZ7eD7Xo95grzuBbNpZHZnc5h", + "controller": "did:web:Gurpreet41082.github.io:certify-local:temp", + "id": "did:web:Gurpreet41082.github.io:DID:certify-local:temp#key-0", + "type": "Ed25519VerificationKey2020", + "@context": "https://w3id.org/security/suites/ed25519-2020/v1" + } + ], + "@context": [ + "https://www.w3.org/ns/did/v1" + ], + "alsoKnownAs": [], + "authentication": [ + "did:web:Gurpreet41082.github.io:DID:certify-local:temp#key-0" + ] +}