The developer tools you reach for every day, all in one place.

Converters, formatters, hashes, validators, and the small utilities you keep reopening stay together instead of getting lost across tabs.

GitHub

/ Tools

/ Tool Finder
109 tools
/ ENS Name Resolver
Live Data: This tool queries ENS Registry and Resolver contracts directly on Ethereum mainnet. Uses automatic fallback across 3 public RPCs for reliability.
Tip: For guaranteed uptime and no rate limits, add your own RPC URL in Advanced Settings (Infura, Alchemy, Ankr with your API key).
/ Selected Tool

ENS Name Resolver

Resolve ENS names to Ethereum addresses

01

What is ENS?

Ethereum Name Service (ENS) is a distributed, open naming system based on the Ethereum blockchain. It maps human-readable names like 'alice.eth' to Ethereum addresses, making it easier to send transactions and interact…

02

How does it work?

ENS uses smart contracts to store name-to-address mappings on the Ethereum blockchain. When you resolve an ENS name, the system queries these contracts to retrieve the associated Ethereum address.

03

Sample Cases

Covers Resolve vitalik.eth and Resolve nick.eth so you can compare common inputs and outputs quickly.

/ Code

/ Integration

Source code from the selected tool, shown here alongside the live version on the right.

/ Source Code
TypeScript
typescript
// npm install viem

import { createPublicClient, http, normalize } from 'viem';
import { mainnet } from 'viem/chains';

// Create a public client for ENS resolution
const client = createPublicClient({
  chain: mainnet,
  transport: http()
});
Buidl Now icon

Keep every utility in one place and stay inside the build flow.

Pick a tool, finish the check, copy what you need, and get back to the actual product work.

Developer tools for builders who ship fast.© 2026 Buidl Now. All rights reserved.