Installation
indexer-manager is a lightweight wrapper library around the Namespace Indexer, designed to simplify searching and filtering of minted subnames across multiple chains
Installation
You can install the library using either npm or yarn:
npm install @namespacesdk/indexer-manager
Usage
To create an instance of the IndexerClient
, import the factory method from the package:
import { createIndexerClient, IndexerClient } from "@namespacesdk/indexer"
const indexer = createIndexerClient();
Last updated