hypersign-protocol / whitepaper

2 stars 0 forks source link

Research on EVM #10

Open Vishwas1 opened 2 years ago

Vishwas1 commented 2 years ago

Ethereum's state is a large data structure which holds not only all accounts and balances, but a machine state, which can change from block to block according to a pre-defined set of rules, and which can execute arbitrary machine code. The specific rules of changing state from block to block are defined by the EVM.

EVM

The Ethereum Virtual Machine EVM is a state machine that provides the necessary tools to run or create a contract on a given state.

Ethereum Stack

image