We just launched the v2 of our product! you can check out all features now.
Learn moreComprehensive guides and references for the BnsHub platform on the Bahamut chain.
npm install bnshub-sdk
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);
Step-by-step guides to help you make the most of BnsHub.
Access our open-source projects and contribute to the BnsHub ecosystem.
Join discussions, share ideas, and get help from the BnsHub community.