SpaceID Integration

We design and develop full-cycle blockchain solutions: from smart contract architecture to launching DeFi protocols, NFT marketplaces and crypto exchanges. Security audits, tokenomics, integration with existing infrastructure.
Showing 1 of 1 servicesAll 1306 services
SpaceID Integration
Simple
from 1 business day to 3 business days
FAQ
Blockchain Development Services
Blockchain Development Stages
Latest works
  • image_website-b2b-advance_0.png
    B2B ADVANCE company website development
    1214
  • image_web-applications_feedme_466_0.webp
    Development of a web application for FEEDME
    1161
  • image_websites_belfingroup_462_0.webp
    Website development for BELFINGROUP
    852
  • image_ecommerce_furnoro_435_0.webp
    Development of an online store for the company FURNORO
    1041
  • image_logo-advance_0.png
    B2B Advance company logo design
    561
  • image_crm_enviok_479_0.webp
    Development of a web application for Enviok
    823

SpaceID Integration

SpaceID is a multi-chain naming protocol supporting BNB Chain (.bnb), Arbitrum (.arb), Ethereum, and other networks. It positions itself as a universal Web3 name service with unified resolution SDK.

SDK Integration

import { SID, getSidAddress } from "@siddomains/sidjs";
import { ethers } from "ethers";

// BNB Chain
const bnbProvider = new ethers.JsonRpcProvider("https://bsc-dataseed.binance.org");
const sidBnb = new SID({ provider: bnbProvider, sidAddress: getSidAddress("56") });

// Arbitrum
const arbProvider = new ethers.JsonRpcProvider("https://arb1.arbitrum.io/rpc");
const sidArb = new SID({ provider: arbProvider, sidAddress: getSidAddress("42161") });

// Resolution
const address = await sidBnb.name("alice.bnb").getAddress();

// Reverse resolution
const name = await sidBnb.getName("0x742d35...");
// Returns { name: "alice.bnb" }

When to Choose SpaceID vs ENS

SpaceID makes sense if:

  • Primary audience is BNB Chain users (PancakeSwap, Venus ecosystem)
  • You need .arb name support for an Arbitrum-focused project
  • Unified SDK for multiple networks simultaneously is required

ENS is preferable for: Ethereum focus, larger community, mature integration ecosystem.

Supported Networks

TLD Network Chain ID
.bnb BNB Chain 56
.arb Arbitrum One 42161
.eth Ethereum (via compatibility) 1

SpaceID integration in a dApp on BNB Chain or Arbitrum — 1-2 business days. Multi-chain resolution with multiple TLD support — 2-3 days.