Skip to Content
Introduction

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

ServiceURLWhat it does
Verifyverify.solidus.networkKYC verification — document upload, OCR, face matching, credential issuance
Identityidentity.solidus.networkDID wallet — manage credentials, linked accounts, public profiles
Explorerexplorer.solidus.networkBlock explorer — accounts, transactions, network state
Authauth.solidus.networkOpenID Connect provider with DID-based identity
RPCrpc.solidus.networkTestnet 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