All pages
Powered by GitBook
1 of 1

Loading...

How to get .hype integrated in your dApp

This guide will help you integrate resolution into your HyperEVM application using our contract, with a real-world example for customizing your wallet connect UI.

Use .hype Names in Your App

The dotHYPE resolver is fully ENS-compatible, making integration simple for developers already familiar with Ethereum naming systems. You can use standard addr(), getName(), and text() calls to resolve identity information from .hype domains. No proprietary logic required.

Basic Usage

To resolve .hype names, use the dotHYPEResolver contract and the following standard functions:

Function
Purpose

addr(bytes32 node)

Returns the address for a .hype name

getName(address)

Returns the primary .hype name for a wallet

text(bytes32 node, string key)

Returns a text record (e.g. twitter, avatar)

Note: The node refers to the ENS-compatible namehash of the .hype domain.