Skip to content

Commit

Permalink
Added did:keys, did:svc, & did:proof to support Sharded DID Documents…
Browse files Browse the repository at this point in the history
… alongside did:object
  • Loading branch information
mwherman2000 committed Dec 10, 2024
1 parent b096bc0 commit 12f6fb2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions methods/keys.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "keys",
"status": "registered",
"verifiableDataRegistry": "Trusted Digital Web",
"contactName": "Hyperonomy Digital Identity Lab, Parallelspace Corporation",
"contactEmail": "[email protected]",
"contactWebsite": "http://hyperonomy.com",
"specification": "https://github.com/mwherman2000/TrustedDigitalWeb/blob/master/specifications/did-methods/did-object-1-5-0.md"
}
9 changes: 9 additions & 0 deletions methods/proof.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "proof",
"status": "registered",
"verifiableDataRegistry": "Trusted Digital Web",
"contactName": "Hyperonomy Digital Identity Lab, Parallelspace Corporation",
"contactEmail": "[email protected]",
"contactWebsite": "http://hyperonomy.com",
"specification": "https://github.com/mwherman2000/TrustedDigitalWeb/blob/master/specifications/did-methods/did-object-1-5-0.md"
}
9 changes: 9 additions & 0 deletions methods/svc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "svc",
"status": "registered",
"verifiableDataRegistry": "Trusted Digital Web",
"contactName": "Hyperonomy Digital Identity Lab, Parallelspace Corporation",
"contactEmail": "[email protected]",
"contactWebsite": "http://hyperonomy.com",
"specification": "https://github.com/mwherman2000/TrustedDigitalWeb/blob/master/specifications/did-methods/did-object-1-5-0.md"
}

0 comments on commit 12f6fb2

Please sign in to comment.