Create and Manage Offchain ENS Subnames

A simple starter kit for building applications with ENS offchain subnames using the Namespace Offchain Manager SDK.

Key Features

🔗

Subname Creation

Create custom offchain subnames with ease

👤

Reverse Resolution

Resolve addresses to readable subnames

🛡️

Secure API

Server-side operations with API key security

Fast & Reliable

Built on Namespace's robust infrastructure

Quick Setup

1

Clone & Install

git clone https://github.com/thenamespace/offchain-next-rainbowkit-template.git
cd offchain-next-rainbowkit-template
npm install
2

Configure Environment

NEXT_PUBLIC_ENS_NAME=yourname
NAMESPACE_API_KEY=your_api_key_here
3

Run Development Server

npm run dev