ENS Support #16
Replies: 3 comments 7 replies
-
Absolutely we should!! |
Beta Was this translation helpful? Give feedback.
-
I have two concerns about adding support for ENS names to the Currently, ENS is supported only on the Ethereum mainnet (and testnet) and not on other L1 and L2 networks, such as Polygon and Arbitrum. Some other domain name services could prevail in the future, which could be different on different networks or even several on one network. The spec could result in having support for multiple projects and therefore have extra external dependencies (e.g., what happens if some domain service has a bug in the smart contract code). ENS domains can be sold (or expired, and you forget to renew them). What happens to the VCs that are bound to that ENS name? When verifying VC, should the resolver return the blockchain address associated with the ENS domain at the time of the VC issuance? This could introduce some complexity to the specs. |
Beta Was this translation helpful? Give feedback.
-
i think the devil is in the details-- I would tend to think that in many use-cases, a better pattern is for did:ens to delegate to to a did:ethr or other self-updatable DID method, as outlined in Spruce's article on the subject. has anyone asked Oliver or ENS about how the DID method is actually being used in the wild? i know spruce is pretty active in the ens dao, and would likely know if anyone is working on some ENS infra that uses it for, e.g. the new ethereum "attestation service," etc. long story short, i'm more inclined for did:ens to be a separate veramo component than a part of did:ethr, but could be convinced otherwise if there were use-cases or opportunities already out there in the wild. |
Beta Was this translation helpful? Give feedback.
-
There is a DID method called
did:ens
that allows ENS names to be used as the unique identifier of a DID method. I think we should consider if we can support ENS names in this DID method so that a single DID method could be used with either Ethereum addresses or ENS names as identifiers.Beta Was this translation helpful? Give feedback.
All reactions