Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/did-methods-comparison.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Decentralized Identity Systems Survey


| | uPort | Sovrin | Blockstack | ERC-725 |
| -------- | -------- | -------- | ---------- | -------- |
| Identity Wallet UI | ✔️ | ❌ <sup>[1]</sup> | ✔️ | ❌ <sup>[2]</sup> |
| P2P-friendly Authentication | ❌ | ❓ <sup>[1]</sup> | ⚠️ <sup>[3]</sup> | ❓ <sup>[4]</sup> |
| Verifiable Claims | ⚠️ <sup>[5]</sup> | ✔️ | ⚠️ <sup>[6]</sup> | ⚠️ <sup>[7]</sup> |
| Aliasing | ❌ | ❌ | ✔️ | ❌ |
| Delegate Keys | ❌ <sup>[8]</sup> | ✔️ | ❌ | ✔️ |
| Key Rotation & Revocation | ✔️ <sup>[9]</sup> | ✔️ | ❌ | ✔️ |
| Social-Key Recovery | ❓ | ✔️ | ❌ | ✔️ |
| Costs | $ | ❓ | $$ <sup>[10]</sup> | $$$ |

- <sup>**[1]**</sup> Sovrin doesn't have a Wallet app yet but Evernym is developing connect.me which is in closed beta.
- <sup>**[2]**</sup> [OriginProtocol](https://www.originprotocol.com/en) developed a "playground" to demonstrate the potential of the DID method, but it's not production ready nor enables users to authenticate to dApps: https://erc725.originprotocol.com.
- <sup>**[3]**</sup> It's unclear how one can prove control over the DID: https://forum.blockstack.org/t/got-a-few-questions-considering-using-blockstack/5608.
- <sup>**[4]**</sup> There's no authentication/client libraries that implement `erc725` yet.
- <sup>**[5]**</sup> uPort claims & proofs is a simple key-value storage. Verifiable Claims can be stored within as values of that storage.
- <sup>**[6]**</sup> We can prove ownership over social accounts but the data model is not compatible with Verifiable Claims. Nevertheless we probably could adapt data to be compatible.
- <sup>**[7]**</sup> `erc725` is studying the possibility to embrace Verifiable Claims but as of now, the `data` and `uri` of claims are agnostic.
- <sup>**[8]**</sup> uPort is working on a new DID method, called `ethr`, that will support delegates: https://github.com/uport-project/ethr-did-resolver.
- <sup>**[9]**</sup> Key rotation & revocation is possible via a (optional) Proxy Contract.
- <sup>**[10]**</sup> The identity creation is free but one must (optionally) pay ~0.001096 bitcoins to have a username.
Loading