ProofGraph Explorer
// DEMO CONTEXT
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.
STANDARD TRACE
PROOFGRAPH
TIME10/10
model
agent
human
service
ALLOW
DENY
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