⌛
The Game of $CHOICES
Search...
Ctrl + K
✨
Is Free Will Real?
⏳
Choose your adventure
💻
𝙷𝚊𝚌𝚔𝚒𝚗𝚐
The $CHOICE of Computers
👩🏿💻
𝙱𝚕𝚘𝚌𝚔𝚌𝚑𝚊𝚒𝚗𝚜
🧱⛓ Cryptonetworks
A new economic infrastructure
Ethereum
The Ethereum Virtual Machine
Previous
Ethereum
Next
Ether and wei
Last updated
2 months ago
The EVM is the part of Ethereum that handles
smart contract
deployment and execution.
The EVM has a stack-based architecture, works with a word size of 256 bits, and has these data components:
1) An immutable program code ROM, with the bytecode of the smart contract to be executed.
2) A volatile
memory
, initialized to zero.
3) A permanent storage, part of the Ethereum state, also zero-initialized.