← Back to Nextbridge

Glasshouse

A real-time, cryptographically signed public log of every state-changing action on Nextbridge. Each entry chains to the previous one with sha256 — the chain is tamper-evident. User identities are hashed for privacy; the data is the data.

Latest seq
Head hash
Last entry
Stream
connecting
Chain integrity

Runs verifyChain() across the last 1,000 entries. Walks every entry, recomputes the sha256 over its canonical preimage, checks the prevHash link to the previous entry, surfaces the first broken seq if anything is off.

Filter
No entries yet. The first state-changing action lands here.

See src/lib/glasshouse/verify.ts on GitHub for the reference verifier. Or call GET /api/glasshouse + /api/glasshouse/verify to re-check from your own client.