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 Links
GitHub Repository
View the complete source code
→Documentation
Comprehensive guides and API reference
→SDK Reference
Offchain Manager SDK documentation
→Dev Portal
Get your API key and configure ENS
→Builders Group
Join our Telegram community
→RainbowKit Docs
Learn about RainbowKit integration
→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