Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 670 Bytes

File metadata and controls

18 lines (15 loc) · 670 Bytes

57 - EVM

The EVM is a quasi Turing complete machine where the quasi qualification comes from the fact that the computation is intrinsically bounded through a parameter, gas, which limits the total amount of computation done.

EVM is the runtime environment for smart contracts.


Slide Screenshot

057.jpg


Slide Text

  • Ethereum Virtual Machine
  • Smart Contracts -> Runtime Environment
  • Quasi Turing Complete (finite computation)
  • Turing Complete -> Gas Bounded Computation

References