Skip to content

Conversation

@schmidsi
Copy link
Member

@schmidsi schmidsi commented Oct 30, 2025

First stab at an ENSv2 readiness guide:

  • Overview over libraries
  • Universal Resolver & test
  • CCIP Read & test
  • DNS resolution
  • Multichain considerations

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Oct 30, 2025

Deploying ens-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: a6f7609
Status: ✅  Deploy successful!
Preview URL: https://f605a376.docs-bao.pages.dev
Branch Preview URL: https://ensv2-readyness.docs-bao.pages.dev

View logs

@schmidsi schmidsi changed the title ENSv2 readyness guide ENSv2 readiness guide Oct 30, 2025
@schmidsi schmidsi requested a review from gskril October 30, 2025 23:24
@schmidsi schmidsi marked this pull request as ready for review October 30, 2025 23:24
schmidsi and others added 9 commits November 10, 2025 19:08
- Fix grammar: "just update" → "just updating"
- Replace "according" with "appropriate" for better clarity
- Fix typo: "will introduction" → "will introduce"
- Fix grammar: "an integrations" → "an integration"
- Fix localhost URL to use relative path

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Add context about ENSv2 and Namechain as primary L2
- Convert formal tone to conversational "you" style throughout
- Break complex sentences into shorter, punchier ones
- Change passive voice to active voice
- Rename generic "Test" headers to descriptive ones
- Clarify that supported libraries handle everything automatically
- Position technical sections as educational rather than required steps
- Fix CCIP Read link

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Explain importance of detecting DNS names alongside .eth names
- Show common mistake: regex that only matches .eth domains
- Provide correct regex pattern for matching all valid domains
- Add info callout recommending library use over custom regex
- Include real examples: ensfairy.xyz and ses.fkey.id
- Link to DNS integration documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Explain that ENS resolution always uses Mainnet even on L2s
- Show how to configure both L2 (Base) and Mainnet together
- Provide code examples for Wagmi, Viem, and Ethers
- Use library defaults instead of specific RPC URLs
- Clarify that Wagmi auto-uses Mainnet for ENS resolution
- Show explicit mainnet client usage for Viem and Ethers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
- Show how to resolve Base addresses from ENS names
- Add Wagmi hook example with useEnsAddress and chainId
- Add Viem example using coinType for Base
- Add Ethers example using getResolver and getAddress
- Focus examples on L2-specific address resolution

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@schmidsi schmidsi requested a review from gskril November 11, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants