KG_333 도메인

333 탈중앙 플랫폼. 74 노드. WASM+WebRTC+CRDT. 사일로 상태 — 브릿지 필요.

74 Nodes
2 Sub-Labels
1 Rel Types

라벨 분포

AbstractNode
74
SourceBinding
74

관계 타입

USES 18

샘플 노드

AbstractNode

src-wasm-place_block

WASM: place block via LWW-Map CRDT, returns delta JSON

AbstractNode

src-bft-process

Main message dispatcher: routes incoming HotStuffMsg to on_proposal, on_vote, on_new_view, or on_view_change.

AbstractNode

src-lamport-Lamport

12-byte Lamport timestamp (u64 counter + u32 node_id) for total ordering in LWW-Map conflict resolution.

AbstractNode

src-lww-LwwMap

Last-Writer-Wins CRDT map with O(unique_keys) memory, zero tombstone accumulation via None-value deletes.

AbstractNode

src-executor-init_account

Initialize account with starting balance

AbstractNode

src-bft-on_vote

Leader: collects votes, forms a QC at quorum threshold, and advances the phase pipeline.

AbstractNode

src-lamport-recv

Updates the local Lamport counter to max(local, remote)+1 upon receiving a remote timestamp.

AbstractNode

src-lww_map-len

Active (non-deleted) entries count