We just launched the v2 of our product! you can check out all features now.

Learn more
BnsHub
BnsHub

BnsHub Documentation

Comprehensive guides and references for the BnsHub platform on the Bahamut chain.

Getting Started

Introduction to BnsHub
Learn about BnsHub and its role in the Web3 ecosystem.
Creating Your Account
Step-by-step guide to setting up your BnsHub account.
Connecting Your Wallet
Instructions for linking your Web3 wallet to BnsHub.
Understanding FastToken (FTN)
Overview of FTN and its use within the BnsHub platform.

API Reference

BnsHub SDK

Installation

npm install bnshub-sdk

Quick Start

import { BnsHub } from 'bnshub-sdk';

const bnshub = new BnsHub({
  apiKey: 'YOUR_API_KEY',
  network: 'mainnet'
});

// Example: Check domain availability
const isDomainAvailable = await bnshub.checkAvailability('example.bnb');
console.log(isDomainAvailable);

Key Features

  • Domain availability checks
  • Secure domain registration
  • FastToken (FTN) integration
  • Full API coverage

Additional Resources

Tutorials

Step-by-step guides to help you make the most of BnsHub.

GitHub Repository

Access our open-source projects and contribute to the BnsHub ecosystem.

Community Forums

Join discussions, share ideas, and get help from the BnsHub community.