Documentation

CipherStream Knowledge Base

Everything you need to understand, operate, and extend CipherStream's encrypted terminal on Solana.

Architecture

CipherStream is organized into clear layers so teams can reason about reliability and privacy. Each layer is optimized for high throughput while keeping operational signals available to the right stakeholders.

Frontend (Next.js terminal) → Backend/API (validation, guardrails, proofs) → Solana (RPC + explorer) → Observability (logs, alerts)
  • Frontend. Next.js app with the Shielded Terminal UI, session control, and telemetry surfaces for operators.
  • Backend / API. Coordinated services that validate requests, enforce guardrails, and return proofs plus explorer links.
  • Solana Integration. RPC connectivity, Light protocol hooks, and explorer interoperability for transparent verification.