npm install @namehash/nameguard
https://api.nameguard.io
mainnet
import { nameguard } from "@namehash/nameguard";
createClient
network
import { createClient } from "@namehash/nameguard"; const nameguard = createClient({ network: "sepolia", });
url
import { createClient } from "@namehash/nameguard"; const nameguard = createClient({ url: "http://localhost:5000", });