Skip to content
Logo

Build with Hyndle

Hyndle developer documentation is organized around deterministic name identity, blockchain ownership, current-generation resolver records, and safe user-input handling.

Integration areas

Name identity

Normalize a name with the canonical policy, compute its deterministic nameId, and derive the corresponding ERC-721 token ID.

Read about name identity

Web3 Name API

A public API is planned for forward resolution, reverse lookup, availability, and supported-network metadata. It is not publicly available yet.

View the planned API surface

Web3 Name SDK

An official TypeScript SDK is planned to provide canonical normalization, identity helpers, resolution, and typed API access. It is not publicly available yet.

View the planned SDK surface

Contracts and events

Applications that integrate directly with the protocol must treat blockchain ownership as authoritative and account for ownership generations, expiry, grace, reclaim, and event confirmations.

Review contract architecture

Start safely

Use only contract addresses, chain IDs, API origins, and package names published in these docs. No public SDK package or production developer API should be assumed from an unpublished repository path.

Continue to getting started