ProofGraph Explorer

WHAT THIS PROVES

Immutable history is queryable, understandable, and tied to real effects.

EXPECTED OUTPUT

A filtered subgraph of receipts that acts as a standalone Evidence Pack.

Run the demo to generate an Evidence Pack

Integrate

L1: Basic Gate + Receipts
import { createStore, filterNodes } from "@mindburn/helm/proofgraph";

const graph = createStore(rawGraphData);
const denied = filterNodes(graph, { decision: "DENY" });
// → receipts where execution was blocked

Adversarial Mode

Toggle attacks to see fail-closed behavior