The Ethereum Virtual Machine (EVM) is an isolated environment for running smart contracts in Ethereum
The Ethereum Virtual Machine (EVM) is an isolated environment for running smart contracts in Ethereum
Edit to enter detailed information about Ethereum Virtual Machine (EVM)
The Ethereum Virtual Machine (EVM) is a virtual state machine that functions as a runtime environment for smart contracts in Ethereum. Smart contract code that executes in the EVM is isolated from the network, filesystem, and other processes of Ethereum.
The EVM is a quasi Turing-complete system. This means that the EVM is capable of executing code of arbitrary algorithmic complexity in order to solve any computable problem, given that enough resources are dedicated. However, the amount of possible computations is intrinsically bounded by gas, which is why the EVM is only 'quasi' Turing-complete.
In order to facilitate Keccak-256 cryptographic hash scheme, the EVM is a stack-based architecture with a word size of 256-bits. This architecture also allows for the use of elliptic-curve cryptography in Ethereum's signature scheme for validating the origin and integrity of transactions.
Ethereum has been called a "global/world computer" because every node in the Ethereum network runs the EVM and executes identical instructions as all of the other nodes in order to achieve and maintain consensus about the state of the system. This makes computation on Ethereum slow and costly relative to a regular computer, but it provides several advantages over regular computers including high Byzantine fault tolerance, greater data integrity, and censorship-resistance.
The Ethereum Virtual Machine (EVM) is an isolated environment for running smart contracts in Ethereum
Edit to enter a brief description of Ethereum Virtual Machine (EVM)
Edit to enter detailed information about Ethereum Virtual Machine (EVM)
The Ethereum Virtual Machine (EVM) is an isolated environment for running smart contracts in Ethereum