LOGBOOK

HELP

Quiz Entry - updated: 2026.07.30

What does EVM (Ethereum Virtual Machine) mean?

The runtime environment that executes smart-contract bytecode identically on every Ethereum node, metering each operation in gas.

Its deterministic execution is why every node reaches the same result and why contracts cannot make external calls on their own. Many other chains are "EVM-compatible," running the same bytecode.

From Quiz: IOTHACK / IOTHACK Glossary | Updated: Jul 30, 2026