Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 878 Bytes

Smart Contracts.md

File metadata and controls

17 lines (15 loc) · 878 Bytes

Smart contracts can be thought of as "autonomous agents" that live inside of the Ethereum execution environment, always executing a specific piece of code when "poked" by a message or transaction, and having direct control over their own ether balance and their own key/value store to keep track of persistent variables.


Slide Screenshot

028.jpg


Slide Text

  • Autonomous Agents
  • Always present on the Ethereum Blockchain
  • Receive Tx/Message -> Execute Code
  • Ether Balance Contract Storage

References