Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 553 Bytes

Ethereum Code.md

File metadata and controls

17 lines (12 loc) · 553 Bytes

The code in Ethereum contracts is written in a low-level, stack-based bytecode language, referred to as "Ethereum virtual machine code" or "EVM code".

The code consists of a series of bytes (hence called bytecode), where each byte represents an operation.


Slide Screenshot

058.jpg


Slide Text

  • Ethereum Virtual Machine (EVM)
  • Low-Level & Stack-based EVM Machine Code
  • Seies of Bytes -> Bytecode
  • One byte -> one operation