You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/community/research/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Ethereum clients are implementations of the Ethereum protocol. Client developmen
81
81
An Ethereum node is required to run two pieces of software:
82
82
83
83
1. a consensus client to keep track of the head of the blockchain, gossip blocks and handle consensus logic
84
-
2. an execution client to support the Ethereum Virtual Machine and execute transactions.
84
+
2. an execution client to support the Ethereum Virtual Machine and execute transactions and smart contracts
85
85
86
86
See the [nodes and clients page](/developers/docs/nodes-and-clients/) for more detail on nodes and clients and for a list of all current client implementations. You can also find a history of all Ethereum upgrades on the [history page](/history/).
0 commit comments