Comment on page
📦
Web3 JS
Resolve .base name with Web3 JS package
npm i web3
import { ENS } from "web3-eth-ens";
const bns = new ENS(
"0xeCBaE6E54bAA669005b93342E5650d5886D54fc7",
"https://mainnet.base.org"
);
0xeCBaE6E54bAA669005b93342E5650d5886D54fc7 is BNS Registry contract on Base mainnet.
bns.getAddress("hello.base");
Web3 js does not support reverse resolution
Last modified 1mo ago