SDK REGISTRY

Multi-language SDKs sourced from projects/OmilooS. Integrate sovereign identity — create DIDs, issue credentials, verify presentations — without reimplementing Ed25519 or canonical JSON.

GET STARTED

PUBLIC ENDPOINTS

EmpoorioChain testnet infrastructure for DID resolution, VC anchoring, and explorer visibility. Use these endpoints for development and integration testing.

RPChttps://rpc.testnet.empooriochain.org
WebSocketwss://ws.empooriochain.org
Explorerhttps://empooscan.com
Chain ID9911

INTEGRATION FLOW

Most applications follow the same four steps. SDKs and REST APIs wrap each stage with typed helpers and fail-closed verification defaults.

  1. Create or import a user-controlled identity (did:emp) in the wallet or via SDK
  2. Request only the credential claims your application needs from a trusted issuer
  3. Verify signatures, issuer trust, and revocation status — unknown state fails closed
  4. Anchor commitments on-chain when required — never store raw PII on EmpoorioChain

READY TO INTEGRATE?

Follow the getting started guide to register your first DID and verify a credential on testnet.

DEVELOPER GUIDE