uport-project / specs

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

Create ENS DID method ERC #30

Open pelle opened 6 years ago

pelle commented 6 years ago

Create a new ERC for ENS DIDs.

DID method: ens

Eg. did:ens:gnosis

Resolve the ethereum address for gnosis.eth Treat it as an ethr did for that address

oed commented 6 years ago

Would this work the same for user ENS addresses also? i.e. If I own oed.gitcoin.eth my DID would be did:ens:oed.gitcoin.

Also, ENS right now is only .eth but in the future it might support more TLDs. So does it make sense to exclude the .eth?

friedger commented 5 years ago

did:ens:gnosis are not persistent, aren't they? The did controller can change as the name can be transferred. The question is what the did document should look like for an ens. How is it different from erc725?