Skip to content

Commit 81438b0

Browse files
Apply suggestions from code review
Co-authored-by: Corwin Smith <[email protected]>
1 parent b018abd commit 81438b0

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 Ethereum Virtual Machine(EVM) is the runtime environment for smart contracts in Ethereum.Every time a transaction is executed, a new EVM instance is created to maintain a unique world state machine.
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)