EVM
Abbreviation · Development
Definitions
Ethereum Virtual Machine — the runtime environment for smart contracts on the Ethereum blockchain. Every node runs the EVM to execute contract bytecode deterministically, with computation metered by gas fees.
In plain English: The virtual computer inside Ethereum that runs smart contracts — every operation costs a fee (gas), so efficient code literally saves money.
Example: "Solidity compiles down to EVM bytecode — every opcode costs gas, so optimization matters."