mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-12 19:52:23 -04:00
.. | ||
my_favorite_opcodes.md | ||
README.md |
evm and opcodes
tl;dr
- the evm is a quasi-turing complete machine (quasi because computation is intrinsically bounded/limited through a parameter: gas). it's the runtime environment for smart contracts.
- the evm memory is a simple stack-based architecture with: stack, volatile memory, non-volatile storage (word size of 256-bit) and calldata.