Integration Options
ENSNode takes the guesswork out of ENS integrations, whether you need to resolve up-to-date records, search all Domains, or see which Domains a user owns (and much, much more).
There are a few different ways to integrate with ENSNode, depending on your app, runtime, and needs.
1. enskit
Section titled “1. enskit”With enskit, leverage ENSNode and the Omnigraph to power your React components using useOmnigraphQuery. enskit comes with built-in type-safety, Omnigraph-specific cache directives, easy infinite pagination, and much much more.
2. enssdk
Section titled “2. enssdk”With enssdk, leverage ENSNode and the Omnigraph from any JavaScript runtime to power your frontend or backend apps. enssdk comes with built-in type-safety and editor autocomplete for Omnigraph queries.
3. Omnigraph GraphQL API
Section titled “3. Omnigraph GraphQL API”The Omnigraph API is a GraphQL API following the Relay specification, so you get built-in support for efficient infinite pagination and idiomatic access to all of the ENS protocol within a unified ENSv1 + ENSv2 datamodel.
4. ENSDb
Section titled “4. ENSDb”For special use cases that go beyond what the ENS Omnigraph exposes, query the live state of ENSv2 directly via SQL. ENSDb stores ENS state in a PostgreSQL database — usable from any language with a Postgres driver.
5. enscli
Section titled “5. enscli”enscli is a CLI that wraps enssdk to bring the ENS Omnigraph to the terminal. Designed for developers exploring or validating integrations, operators wiring ENS lookups into shell pipelines, and AI coding agents driving ensskills.
6. ensskills
Section titled “6. ensskills”ensskills is a collection of curated skill bundles that give AI coding agents a well-defined contract for working with ENS — powering conversational ENS lookups and streamlining integration code written with enskit, enssdk, or the raw Omnigraph API.