Usage
Options
You can override the network used forbulkInspectNames 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.
Returns a consolidated NameGuard report for each name (up to 250).
const report = await nameguard.bulkInspectNames([
"nick.eth",
"notrab.eth",
"lightwalker.eth",
]);
bulkInspectNames using the second argument:
const report = await nameguard.bulkInspectNames(["nick.eth", "vitalik.eth"], {
network: "...",
});