Data sources
Universal data source
Id
instances operate using an RPC provider which is great because you have the option of not relying on any centralized sources and your dAPP can connect to a local RPC client such as a local full node or light client! But sometimes you need to query an indexer such as "The Graph" or other APIs. Data sources offer an explicit interface for querying name related data from external sources.
UniversalDataSource
Provides a simple interface for querying Impervious domains, ENS and Forever domains i.e to get all domains owned by an address, dns & text records keys ... etc.
Coming soon.