Usage
Options
You can override the network used forfakeEthNameCheck using the second argument:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const contractAddress = "";
const tokenId = "";
const report = await nameguard.fakeEthNameCheck(contractAddress, tokenId);
fakeEthNameCheck using the second argument:
const contractAddress = "";
const tokenId = "";
const report = await nameguard.fakeEthNameCheck(contractAddress, tokenId, {
network: "...",
});