Ethereum Virtual Machine (EVM): Runtime for Smart Contracts
Ethereum Virtual Machine (EVM) is the sandboxed runtime that executes smart contracts deterministically across nodes, enforcing bytecode semantics, gas accounting, and isolation to ensure network consensus and security.
