blockful-io / external-resolver

This project aims to scale the Ethereum Name Service (ENS) by consolidating existing patterns and proofs of concept into a unified and production-ready codebase.
MIT License
15 stars 3 forks source link

Offchain resolver `namewrapper` based interface #225

Closed pikonha closed 1 month ago

pikonha commented 1 month ago

Offchain resolver namewrapper based interface

All Submissions:

Description

The register function described by the Offchain Resolver interface should have the parentNode as the first argument to enable subdomain registration for any given 2LD.

Related Issue

220

Changes

Changes to Core Features:

Additional Notes