Skip to content

Commit fc0d2f9

Browse files
authored
Merge pull request #10994 from cradle0fFilth/cradle0fFilth-patch-1
Update dev docs EVM intro
2 parents 5331c87 + 81438b0 commit fc0d2f9

File tree

1 file changed

+1
-3
lines changed
  • public/content/developers/docs/evm

1 file changed

+1
-3
lines changed

public/content/developers/docs/evm/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ description: An introduction to the Ethereum virtual machine and how it relates
44
lang: en
55
---
66

7-
The EVM’s physical instantiation can’t be described in the same way that one might point to a cloud or an ocean wave, but it does _exist_ as one single entity maintained by thousands of connected computers running an Ethereum client.
8-
9-
The Ethereum protocol itself exists solely for the purpose of keeping the continuous, uninterrupted, and immutable operation of this special state machine. It's the environment in which all Ethereum accounts and smart contracts live. At any given block in the chain, Ethereum has one and only one 'canonical' state, and the EVM is what defines the rules for computing a new valid state from block to block.
7+
The Ethereum Virtual Machine (EVM) is a decentralized virtual environment that executes code consistently and securely across all Ethereum nodes. Nodes run the EVM to execute smart contracts, using "[gas](/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
108

119
## Prerequisites {#prerequisites}
1210

0 commit comments

Comments
 (0)