Production-Grade Layer-1 Blockchain Runtime in Rust
Five-component closed-loop L1 โ MARS / POPEYE / TEV / TAR / CONSENSUS. 3-second blocks, 1,000+ TX/block, <200MB RAM, 62 tests, 3-node devnet.
Unykorn L1 is a production-grade Layer-1 blockchain runtime built entirely in Rust. Five interdependent components form a closed-loop execution organism: MARS (deterministic state machine + execution engine), POPEYE (libp2p gossipsub peer-to-peer networking), TEV (Ed25519 cryptographic truth gate), TAR (crash-safe persistence layer), and CONSENSUS (BFT consensus protocol). Validated via 62 tests across all five components (14 + 12 + 9 + 11 + 10 + 5 + 1). Three-node devnet operational. Block time: 3 seconds. Target throughput: 1,000+ TX/block. Memory footprint: <200MB. Rust 80.6%, PowerShell 19.4%.