elixir_ethers
elixir_ethers copied to clipboard
Support ENS subdomain and off-chain resolution
Currently, the name service implementation only resolves top level names.
We need to handle both subdomains and other record types as well as offchain resolving support.
Offchain resolving requires #89 to be implemented.