Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 625 Bytes

Ethereum State.md

File metadata and controls

17 lines (15 loc) · 625 Bytes

Ethereum state is made up of objects called "accounts", with each account having a 20-byte address and state transitions being direct transfers of Value and information between accounts.


Slide Screenshot

022.jpg


Slide Text

  • State -> Accounts
  • Account -> 20 Byte Address
  • Acount <-> Account
  • Transfer of Value & Information

References