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.
Constraints
It is possible that either a domain has no subdomains or a domain's resolver is not in alignment with subdomains querying rules, meaning that it won't be able to inform this domain's subdomains. In both cases, we should display messages to the visitors.
What should not be done for now?
Let's not implement search or pagination for the table;
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.
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.
Constraints
What should not be done for now?