From 822ce33abbacb54b7d9cba7e6ac90319ec408c67 Mon Sep 17 00:00:00 2001 From: Jay Graber Date: Mon, 17 Aug 2020 10:25:17 -0700 Subject: [PATCH] Fix link --- topics/identity.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/identity.md b/topics/identity.md index 3f87c08..f667f5d 100644 --- a/topics/identity.md +++ b/topics/identity.md @@ -78,7 +78,7 @@ DID implementations can store DID documents directly on the blockchain, construc There are DID implementations, but few applications, as it is still new and untested. The current biggest user of DIDs are applications using [3Box](https://3box.io/), as 3Box creates a DID for the user that is associated with their Ethereum address. -- [3ID/Ceramic](https://www.notion.so/3ID-Identity-System-fac2f47862a84602b366af1cd64f3523) - [3ID](https://docs.3box.io/faq/data-identi) is an identity system that links a user's Ethereum address to a DID. They are in the process of migrating to a blockchain-agnostic DID network called [Ceramic](https://github.com/ceramicnetwork/specs#index). +- [3ID/Ceramic](https://www.notion.so/3ID-Identity-System-fac2f47862a84602b366af1cd64f3523) - [3ID](https://docs.3box.io/faq/data-identity) is an identity system that links a user's Ethereum address to a DID. They are in the process of migrating to a blockchain-agnostic DID network called [Ceramic](https://github.com/ceramicnetwork/specs#index). - [Sovrin](https://sovrin.org/) - Sovrin is a permissioned blockchain identity network that implements DIDs. Consensus in the Sovrin network is maintained by approved validator nodes. - [uPort](https://www.uport.me/) - Uport is a DID implementation built on Ethereum. - [ION](https://techcommunity.microsoft.com/t5/identity-standards-blog/ion-booting-up-the-network/ba-p/1441552) is a Microsoft-led DID system. It is an implementation of [Sidetree](https://github.com/decentralized-identity/sidetree), a blockchain-agnostic DPKI protocol, that runs on Bitcoin. It stores transaction data in IPFS.