For example, consider the case of a names like:
- Resolving onchain DNS names like ensfairy.xyz or llev.me
- Resolving offchain DNS names like dperri.com
And consider how we already have metadata about if a domain is an ENSv1 domain, an ENSv2 domain, or an Unindexed domain, similar to the idea below.
"domain": {
"__typename": "ENSv1Domain",
It would be nice if we introduced some data model into the ENS Omnigraph API that might answer questions such as:
- Is this a DNS name or not?
- If it is a DNS name, is it imported onchain or not?
There's many questions to plan and answer in this general direction. The issue description here is quickly written just to log the idea. Before we work on this we should work to more formally define our goals.
For example, consider the case of a names like:
And consider how we already have metadata about if a domain is an ENSv1 domain, an ENSv2 domain, or an Unindexed domain, similar to the idea below.
It would be nice if we introduced some data model into the ENS Omnigraph API that might answer questions such as:
There's many questions to plan and answer in this general direction. The issue description here is quickly written just to log the idea. Before we work on this we should work to more formally define our goals.