What problem does it solve?
Build reliable React UIs that consume ENS Omnigraph data by providing a ready-to-use provider, typed queries, and a normalized cache so developers can focus on UI rather than data plumbing.
Core Features & Use Cases
- OmnigraphProvider integration to connect to an ENSNode-backed Omnigraph API.
- Typed queries via useOmnigraphQuery and gql.tada templates with readFragment helpers.
- Built-in cache normalization, bigint support, and cursor-based pagination for Relay-style connections.
- Helpers to render beautified ENS names and to coerce inputs into InterpretedName form for safe, URL-driven navigation.
- Use cases include reading ENS domains/registrations, resolving owners and resolvers, and building dashboards that reflect the ENSv1/v2 state.
Quick Start
Install enskit and enssdk, wrap your React app with OmnigraphProvider, then query data using useOmnigraphQuery.