blockful-io / external-resolver-dapp

https://external-resolver-dapp.vercel.app
2 stars 2 forks source link

feat: Verify Resolver Compliance with ENS Standards on Change #212

Closed eduramme closed 1 month ago

eduramme commented 1 month ago

We need to verify whether the resolver being used is fully compliant with the Ethereum Name Service (ENS). The system should verify compliance when changing the resolver.

Acceptance Criteria:

Example:

Image

pikonha commented 1 month ago

ensure you know how to implement the EIP-165 verification before starting this issue

eduramme commented 1 month ago

https://ethereum.stackexchange.com/questions/44880/erc-165-query-on-erc-721-implementation https://docs.ens.domains/resolvers/interfaces

pikonha commented 1 month ago

LGTM