333 탈중앙 플랫폼. 74 노드. WASM+WebRTC+CRDT. 사일로 상태 — 브릿지 필요.
USES 18 WASM: place block via LWW-Map CRDT, returns delta JSON
Main message dispatcher: routes incoming HotStuffMsg to on_proposal, on_vote, on_new_view, or on_view_change.
12-byte Lamport timestamp (u64 counter + u32 node_id) for total ordering in LWW-Map conflict resolution.
Last-Writer-Wins CRDT map with O(unique_keys) memory, zero tombstone accumulation via None-value deletes.
Initialize account with starting balance
Leader: collects votes, forms a QC at quorum threshold, and advances the phase pipeline.
Updates the local Lamport counter to max(local, remote)+1 upon receiving a remote timestamp.
Active (non-deleted) entries count