EVM

From DefiLlama
Revision as of 18:47, 7 May 2022 by Eru (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The Ethereum Virtual Machine (EVM) is the runtime environment for transaction execution in Ethereum. It includes a stack, memory, gas balance (see below), program counter, and the persistent storage for all accounts (including contract code).[1]

It has since been used by many oher blockchains (Avalanche, Fantom, Harmony, BNB chain and many more) and layer 2 scaling solutions (Optmistic and ZK-rollups) given its general purpose nature and developer community size.

See More

The EVM Handbook by @noxx3xxon

References