blockful-io / external-resolver-dapp

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

feat: list subdomains #149

Closed alextnetto closed 2 months ago

alextnetto commented 3 months ago

Feature Request

List a domain's subdomains list

With the usage of ENSIP-16 v2 we are able to query the subdomains of a domain.

The goal of this issue is to create a table of subdomains and include it in the "Subdomains" tab content.

Image

Constraints

What should not be done for now?

FrancoAguzzi commented 3 months ago

@alextnetto

  1. Should a subdomains list be displayed for a domain that doesn't have Database Resolver set as domain's resolver?
alextnetto commented 3 months ago
  1. For now, we should only list subdomains for domains that use a resolver that is ENSIP-16 compliant, meaning a resolver that has metadata() function and returns a graphQL endpoint. This can work with Database resolvers or L2 resolver, its the same interface.

@FrancoAguzzi Could you also create and specify cards for the items on "What should not be done for now?", please? Much appreciated.