Conclave SDK
Hardware-backed security primitives for the broader Conxian ecosystem.
The Conclave SDK provides a high-integrity root of trust for security-sensitive wallet, signing, attestation, and policy flows.
Status
✅ Production Ready - The SDK is at v2.0.11 with all P1 issues resolved. See PRODUCTION_READINESS.md for the full readiness checklist.
Quick Start
# Add to your Cargo.toml
# Or from git
Purpose
Provide reusable enclave-facing primitives for signing, attestation, device trust, and hardened key handling across Conxian-aligned applications and services.
Scope
This repository focuses on:
- enclave and keystore abstractions
- attestation and trust reporting interfaces
- signing primitives and key lifecycle controls
- reusable SDK surfaces for higher-level ecosystem components
This repository does not act as a complete wallet, DAO-facing governance surface, or business operating system.
Relationship to the Conxian stack
Conxianis the protocol and DAO-facing layer.conxius-walletis the sovereign wallet and reference client.conxian-gatewayandconxian-nexusprovide middleware and service-side integration surfaces.lib-conxian-coreprovides broader shared primitives across the stack.
Key Features
| Feature | Status | Description |
|---|---|---|
| Hardware Attestation | ✅ | TEE, StrongBox, Secure Enclave support |
| FROST DKG | ✅ v2.0.11 | Distributed key generation |
| Fedimint | ✅ v2.0.7 | Federation adapter with blinding |
| Ark | ✅ v2.0.7 | vTXO tree construction |
| BitVM2 | ✅ | Optimistic challenge-response |
| MuSig2 | ✅ | Multi-signature aggregation |
| 30+ Chains | ✅ | Multi-chain asset support |
| WASM | ✅ | WebAssembly bindings |
Development
# Build
# Test
# WASM build
# Format check
# Lint
Release Discipline
- Use Semantic Versioning for formal releases.
- Publish GitHub releases with annotated tags in the form
vX.Y.Z. - Record release-facing changes in CHANGELOG.md.
- Follow the workflow in RELEASING.md.
- See PRODUCTION_READINESS.md for release checklist.
Documentation
- PRODUCTION_READINESS.md - Release checklist
- TRACKING.md - Issue and PR tracking
- REPOSITORY_ANALYSIS.md - Capabilities and gaps
- docs/architecture/ - Architecture documentation
Policies
- CHANGELOG.md
- CONTRIBUTING.md
- SECURITY.md
- CODEOWNERS
- RELEASING.md
- REPO_OWNERSHIP.md
- DEBT_INVENTORY.md
- LICENSE
Support
- Support: support@conxian-labs.com
- Security: security@conxian-labs.com
License
MIT