uport-project / uport-identity

uPort Contracts for managing identity DEPRECATED
Apache License 2.0
210 stars 68 forks source link

Usage in new libraries? #110

Closed mesqueeb closed 6 years ago

mesqueeb commented 6 years ago

uport-identity was using an interesting implementation of Meta transactions in the TxRelay contract. Is a similar approach also used in more up to date libraries of uPort?

rmw2 commented 6 years ago

Hey @mesqueeb -- in updating our architecture to use the ERC1056 specification, we no longer need to make a transaction to create an identity, and so the new identities (called EthrDIDs, and conforming to the w3c DID spec) don't use meta transactions or the TxRelay Contract.