Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
qikdauie authored Jan 6, 2025
2 parents 1cc6c42 + e3af550 commit 1a58fa5
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 16 deletions.
41 changes: 31 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,9 @@
<h1>Introduction</h1>

<p>
This document serves as an official repository for all known global parameters,
properties, and values used by the Decentralized Identifier ecosystem.
This document serves as a list of documents that contain known properties and
values used by DID Methods [[DID-CORE]] and DID Resolution [[DID-RESOLUTION]] in
the Decentralized Identifier ecosystem.
</p>

<section id="conformance"></section>
Expand Down Expand Up @@ -249,14 +250,34 @@ <h1>The Registration Process</h1>
Any method name SHOULD avoid generic terms such as "mymethod" or "registry".
</li>
<li>
If there are copyright, trademark, or any intellectual property rights
concerns, the addition and use MUST be authorized in writing by the intellectual
property rights holder under a
<a href="https://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing">F/RAND</a>
license. Examples include DID Methods that use trademarked brand names,
property names that utilize the titles of copyrighted works, and patented
technology that would cause the use of the extension to require licensing a
patent.
Any DID Method submission MUST not impose any concerns about copyright,
trademark, or intellectual property rights on the W3C, DID Method
implementers, or users. To that end, the following apply:
<ol>
<li>
DID Method submitters affirm to the best of their knowledge that their
submission will not infringe upon or otherwise violate the rights of any third
party.
</li>
<li>
If there are any known concerns about copyright, trademark, or intellectual
property rights, the addition and use of a DID Method MUST be authorized in
writing by the holder of the intellectual property rights under an
<a href="https://en.wikipedia.org/wiki/Reasonable_and_non-discriminatory_licensing">F/RAND</a>
license.
</li>
<li>
If a DID Method is subsequently alleged to violate any copyright, trademark,
or intellectual property rights, those making the allegation MUST provide
documentation of their granted legal rights or an order from a court or
arbitral tribunal, in each case of competent jurisdiction.
</li>
<li>
Should documentation of legally valid and enforceable copyright, trademark,
or intellectual property rights be presented, then, at the discretion of the
rights holder, the DID Method in question MUST be removed.
</li>
</ol>
</li>
<li>
Any addition MUST NOT create unreasonable legal, security, moral, or privacy
Expand Down
9 changes: 9 additions & 0 deletions methods/dweb.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "dweb",
"status": "registered",
"verifiableDataRegistry": "SinoChain",
"contactName": "Aisino Corporation",
"contactEmail": "chengsijin@aisino.com",
"contactWebsite": "",
"specification": "https://github.com/Aisino-Blockchain/dweb-Method-Specification"
}
6 changes: 3 additions & 3 deletions methods/iden3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "iden3",
"status": "registered",
"verifiableDataRegistry": "EVM compatible chains",
"contactName": "ZK ID Labs AG, Polygon ID",
"contactName": "ZK ID Labs AG, Privado ID",
"contactEmail": "",
"contactWebsite": "https://www.polygonid.com/",
"specification": "https://github.com/0xPolygonID/did-polygonid"
"contactWebsite": "https://www.privado.id/",
"specification": "https://github.com/iden3/did-iden3/"
}
6 changes: 3 additions & 3 deletions methods/polygonid.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"name": "polygonid",
"status": "registered",
"verifiableDataRegistry": "EVM compatible chains",
"contactName": "ZK ID Labs AG, Polygon ID",
"contactName": "ZK ID Labs AG, Privado ID (formerly Polygon ID)",
"contactEmail": "",
"contactWebsite": "https://www.polygonid.com/",
"specification": "https://github.com/0xPolygonID/did-polygonid"
"contactWebsite": "https://www.privado.id/",
"specification": "https://github.com/iden3/did-iden3/"
}

0 comments on commit 1a58fa5

Please sign in to comment.