Devnet

QBit Chain
Development Network

High-performance blockchain built on QuantaBit Network. Connect to the devnet to build and test your applications.

Status
Loading...
Slot
Block Height
Version
Epoch
TPS

🔗 Network Endpoints

🌐 JSON-RPC (HTTPS)
https://api.devnet.qbitchain.io
Primary HTTPS RPC endpoint
🌐 JSON-RPC (Alt)
https://rpc.devnet.qbitchain.io
Alternative HTTPS RPC endpoint
📡 WebSocket
wss://api.devnet.qbitchain.io/ws
Real-time subscriptions
💧 Faucet
https://faucet.devnet.qbitchain.io
Request free devnet tokens

💻 Quick Start

# Check cluster health
curl https://api.devnet.qbitchain.io/health

# Get current slot
curl -X POST https://api.devnet.qbitchain.io \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"getSlot"}'

# Configure QBit CLI
qbit config set --url https://api.devnet.qbitchain.io

# Request airdrop (devnet only)
qbit airdrop 2