uport-project / specs

uPort Protocol Specs
Apache License 2.0
86 stars 24 forks source link

This only contains the specifications -- are there any reference implementations of this? #25

Closed nathanawmk closed 6 years ago

nathanawmk commented 6 years ago

This only contains the specifications -- are there any reference implementations of this?

Also, would like to know how uPort achieves Decentralized Identities (DIDs) ?

Nathan Aw

rmw2 commented 6 years ago

Hi @nathanawmk, we have implementations of the specs here throughout the uport-project organization page. In particular, ethr-did is an implementation of a DID using ethereum keypairs which follows the proposed ERC #1056 spec. We also have a library to sign and verify data with DIDs, did-jwt. These form the building blocks of the larger uport identity platform, which supports ethr-did among other did methods.