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

Establish design changes to support L2 #207

Closed pikonha closed 2 months ago

pikonha commented 2 months ago

Feature Request

With the L2 implementation coming to its release, some changes will be required on the nameful dapp to support the new interface.

Describe Preferred Solution

The subdomain registration should support:

The base implementation of domain registering:

Image

The interface should support both the current database storage and the L2 by adding a new step on the modal:

Image

QA Replication steps

  1. go to one of your domains' pages that uses the blockful's L1Resolver
  2. create a new subdomain
  3. check whether this was created on the given L2
pikonha commented 2 months ago

handoff to the designer made on Sep 16th