好奇的探索者,理性的思考者,踏实的行动者。
Table of Contents:
《精通以太坊——实现数字合约》 中文版 https://github.com/inoutcode/ethereum_book
instruction set
struc ture
operation
the context of Ethereum state updates.
The EVM has a stack-based architecture, storing all in-memory values on a stack
The EVM Instruction Set (Bytecode Operations)
In addition to the typical bytecode operations, the EVM also has access to account
information (e.g., address and balance) and block information (e.g., block number
and current gas price)