Solidus Network
Solidus is a decentralized identity protocol. Users verify once, receive a cryptographic credential, and present it anywhere — without re-verification, without exposing personal data, without depending on any central service.
Get Started
- Getting Started — Integrate identity verification in 5 minutes
- How Solidus Works — Understand DIDs, credentials, and zero-knowledge proofs
- SDK Reference —
@solidus-network/sdk,@solidus-network/auth,@solidus-network/types - API Reference — REST APIs for Verify, Identity, and Auth services
Live Products
| Service | URL | What it does |
|---|---|---|
| Verify | verify.solidus.network | KYC verification — document upload, OCR, face matching, credential issuance |
| Identity | identity.solidus.network | DID wallet — manage credentials, linked accounts, public profiles |
| Explorer | explorer.solidus.network | Block explorer — accounts, transactions, network state |
| Auth | auth.solidus.network | OpenID Connect provider with DID-based identity |
| RPC | rpc.solidus.network | Testnet JSON-RPC endpoint |
Testnet Status
The Solidus testnet is live with 4 validators running HotStuff BFT consensus. Blocks are produced every ~2.5 seconds with 3-chain finality.
curl -X POST https://rpc.solidus.network \
-H "Content-Type: application/json" \
-d '\{"jsonrpc":"2.0","method":"solidus_getLatestBlock","params":[],"id":1\}'Architecture at a Glance
┌─────────────────────────────────────────────────────┐
│ Applications │
│ Verify · Identity · Explorer · Auth · Wallet · Pay │
├─────────────────────────────────────────────────────┤
│ SDK Layer │
│ @solidus-network/sdk · @solidus-network/auth · @solidus-network/types │
├─────────────────────────────────────────────────────┤
│ Protocol Layer │
│ HotStuff BFT · DID Registry · Credential Store │
│ Ed25519 + BLAKE3 · Sparse Merkle Tree │
├─────────────────────────────────────────────────────┤
│ Network Layer │
│ 4 Validators · ~2.5s blocks · 3-chain finality │
└─────────────────────────────────────────────────────┘Open Source
All code is MIT licensed and available on GitHub .
Last updated on