EVM Primitives
EVM primitives are the core data structures and account types that all Ethereum smart contracts are built from.
Accounts
Where ETH is stored. Users can initialize accounts, deposit ETH into the accounts, and transfer ETH from their accounts to other users.
Context
- depends-on EVM Programming — the broader development context for these primitives
- pairs-with EVM Platform — the runtime environment that executes operations on these primitives
- pairs-with EVM Protocols — communication standards built on top of these primitives