conxius-enclave-sdk 2.0.11

Hardware-backed security primitives for the broader Conxian ecosystem. Provides high-integrity root of trust for security-sensitive wallet, signing, attestation, and policy flows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Conclave SDK Configuration Example

# Gateway API Endpoint
CONCLAVE_GATEWAY_URL=https://gateway.conxian-labs.com

# Telemetry API Key (Optional)
# CONCLAVE_TELEMETRY_KEY=your_api_key_here

# Enclave Type: 'headless', 'android', or 'cloud'
CONCLAVE_ENCLAVE_TYPE=headless

# Logging Level: error, warn, info, debug, trace
RUST_LOG=info