You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**The Transparency Layer for Unichain Soft-Finality**
3
3
4
-
FlashStat provides real-time cryptographic confidence scores for Unichain's 200ms Flashblocks. It monitors the sequencer for equivocations (soft-reorgs) and provides an Ethereum-compatible JSON-RPC interface for wallets and DApps.
4
+
FlashStat provides real-time cryptographic confidence scores for Unichain's 200ms Flashblocks. It monitors the sequencer for equivocations (soft-reorgs) and provides an Ethereum-compatible JSON-RPC interface with active fraud proof protection (Watchtower).
5
5
6
6
## 🏗 Architecture
7
7
FlashStat is built as a high-performance Rust monorepo:
8
8
9
-
-**`bin/flashstat`**: The primary indexing engine. Subscribes to 200ms Flashblocks via WebSockets.
10
-
-**`bin/flashstat-server`**: JSON-RPC server providing confidence metrics.
11
-
-**`crates/flashstat-core`**: Core monitoring and reorg detection logic.
12
-
-**`crates/flashstat-db`**: Ultra-low latency persistence layer using redb (pure-Rust).
9
+
-**`bin/flashstat-server`**: Main entry point. Runs the JSON-RPC server and the indexing engine.
10
+
-**`bin/flashstat-tui`**: Terminal UI Dashboard for real-time monitoring and forensics.
11
+
-**`bin/flashstat-simulate`**: Forensic simulation tool for testing detection and slashing.
12
+
-**`crates/flashstat-core`**: Core monitoring, TEE verification, and reorg detection logic.
13
+
-**`crates/flashstat-db`**: Ultra-low latency persistence layer using `redb`.
0 commit comments