blockchains-security-toolkit/basic_knowledge/evm_and_opcodes
2024-11-04 18:42:30 +07:00
..
my_favorite_opcodes.md organize chapters for the ongoing research, remove dead links, add new resources 2024-11-04 18:42:30 +07:00
README.md organize chapters for the ongoing research, remove dead links, add new resources 2024-11-04 18:42:30 +07:00

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.


chapters




cool resources