Getting Started
Install
yarn:
npm:
HatsSubgraphClient Initialization
Import and initialize HatsSubgraphClient.
Optionally configure the Subgraph endpoints to use, or use the default ones.
Arguments:
config
- Optional subgraph endpoints configuration. If not provided, then the default, un-gated development endpoints will be used. See theEndpointsConfig
type here.
Last updated