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 |
| Pod | pod.solidus.network | Personal data store — per-user file storage with JWT auth |
| Marketing | solidus.network | Public marketing site |
| Docs | docs.solidus.network | This documentation site |
| Devnet v2 | devnet-v2.solidus.network | Secondary development network |
wallet.solidus.network, agents.solidus.network, and relay.solidus.network are live in self-labelled beta. node.solidus.network is live in early/dev status.
Testnet Status
The Solidus testnet is live with 5 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 · Pod │
├─────────────────────────────────────────────────────┤
│ 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 │
│ 5 Validators · ~2.5s blocks · 3-chain finality │
└─────────────────────────────────────────────────────┘Open Source
All code is MIT licensed and available on GitHub .
Last updated on