SDK REGISTRY

Official tools from the EmpoorioChain repository — connect to public testnet, send transactions, and see results in the explorer. No private infrastructure published here.

GET STARTED

PUBLIC ENDPOINTS

EmpoorioChain testnet infrastructure for RPC, WebSocket, and explorer access. Use these endpoints for development, validator setup, and integration testing.

RPChttps://testnet.empooriochain.org
WebSocketwss://testnet.empooriochain.org
Explorerhttps://testnet.explorer.empooriochain.org
Chainempoorio-testnet-1
EVM chain ID27777

TYPICAL FLOW

Most builders follow the same path on testnet — no private infrastructure required.

  1. Install @empoorio/sdk or build emp-cli from the EmpoorioChain repository
  2. Connect to wss://testnet.empooriochain.org (public WebSocket)
  3. Fund a test account via the testnet faucet when available
  4. Submit a transaction and confirm it in testnet.explorer.empooriochain.org

READY TO INTEGRATE?

Follow the getting started guide to connect your first SDK client on public testnet.

DEVELOPER GUIDE