Comprehensive identity creation, management, and verification platform — the self-sovereign
wallet for did:solidus and W3C Verifiable Credentials.
- Live: https://identity.solidus.network
- Status: Live on testnet — DID + VC + BBS+ + SD-JWT end-to-end
- Docs: https://docs.solidus.network
The user-facing identity wallet for the Solidus Network. A user creates and controls a
did:solidus identifier, receives
verifiable credentials from issuers like Solidus Verify,
and presents selective disclosure proofs to relying parties — without ever handing the
underlying personal data to the relying party or to a centralised identity provider.
did:soliduscreation + management — on-chain DID Document, key rotation, controller reassignment, deactivation, all surfaced via the SDK- Verifiable Credentials wallet — receive, store, and present W3C VC Data Model 2.0 credentials; BBS+ and SD-JWT VC formats both supported
- Selective disclosure — derive BBS+ proofs locally; present SD-JWT VC with KB-JWT audience-binding and per-claim disclosure
- Trust score — aggregated credential strength over the holder's issuer set
- OIDC bridge — log in to relying parties via
auth.solidus.networkusing adid:solidusand a Verifiable Presentation; OID4VP responder - Social login — Google + GitHub OAuth as on-ramps to wallet creation
- First-party app auto-approve — Solidus's own apps skip the consent screen
┌───────────────────────────────┐
│ Solidus Identity │ ← this repo (holder wallet)
│ - DID create / rotate / etc.│
│ - VC + BBS+ + SD-JWT store │
│ - OIDC bridge, trust score │
└──────────────┬────────────────┘
│ presents
▼
┌───────────────┐
│ Relying Party │ ← bank, exchange, dapp, employer
│ via OID4VP / │
│ OIDC bridge │
└───────────────┘
▲
│ verifies issuer DID against
│
┌──────────┴────────┐
│ Solidus Protocol │ ← did:solidus + on-chain DID Document
└───────────────────┘
- Live wallet: https://identity.solidus.network
- OIDC bridge: https://auth.solidus.network
- Testnet RPC: https://rpc.solidus.network
- Explorer: https://explorer.solidus.network
- Status: https://solidus.network
Apache-2.0.