Skip to content

Commit fb1c8cf

Browse files
authored
Merge pull request #14715 from itayporezky/patch-2
Update index.md
2 parents b6f3359 + 26d3a84 commit fb1c8cf

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +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 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.
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](/developers/docs/gas/)" to measure the computational effort required for [operations](/developers/docs/evm/opcodes/), ensuring efficient resource allocation and network security.
88

99
## Prerequisites {#prerequisites}
1010

0 commit comments

Comments
 (0)