ยฉ 2026 Hedgehog Software, LLC
import { JsonRpcProvider } from 'ethers'; const cloudflareEndpoint = 'https://web3.example.com'; const provider = new JsonRpcProvider(cloudflareEndpoint); const name = await provider.lookupAddress('0x...');