Page cover

High-Level Architecture Diagram

// ┌──────────────────────────────────────────────────────────────────────┐
 │                          NØN-OS Node Stack                           │
 └──────────────────────────────────────────────────────────────────────┘

[ Hardware Layer ] 


[ Boot & Init Layer ]
     - beacon.rs (node identity init)
     - state.rs (runtime hash logic)


[ Identity & Trust Layer ]
     - verify.rs (zkProof + signature checks)
     - trust.rs (peer trust scoring)


[ Mesh Networking Layer ]
     - mesh.rs (peer discovery, adaptive routing)
     - gossip.rs (trust + capsule gossip)
     - onion.rs (onion routing)


[ Capsule Runtime Layer ]
     - .mod execution sandbox
     - runtime_state.rs (state hashing)


[ Proof-of-Infrastructure Engine ]
     - depin.rs (compute/bandwidth/storage proof)
     - ed25519 signing


[ Settlement & Accounting Layer ]
     - blockchain integration (zkRollup batching)
     - micro-fee accounting

Last updated