Difference between revisions of "Smart Contracts"

From Miscellany
Line 1: Line 1:
 
:Smart contracts are programs which govern the behavior of accounts within the Ethereum state. They are written in the Solidity language, and are saved on the Ethereum blockchain. One of their uses is to act as the back-end to [[DApps]].
 
:Smart contracts are programs which govern the behavior of accounts within the Ethereum state. They are written in the Solidity language, and are saved on the Ethereum blockchain. One of their uses is to act as the back-end to [[DApps]].
 +
 +
<blockquote>“Smart contracts” are programs running on the blockchain that can execute automatically when certain conditions are met. These smart contracts enable developers to build far more sophisticated functionality than simply sending and receiving cryptocurrency. These programs are what we now call decentralized apps, or [[DApps|dapps]]. -- [https://blog.coinbase.com/a-beginners-guide-to-decentralized-finance-defi-574c68ff43c4 Beginner's Guide to [[Decentralized Finance|DeFi]] ]</blockquote>
  
 
===References===
 
===References===

Revision as of 16:50, 31 July 2020

Smart contracts are programs which govern the behavior of accounts within the Ethereum state. They are written in the Solidity language, and are saved on the Ethereum blockchain. One of their uses is to act as the back-end to DApps.

“Smart contracts” are programs running on the blockchain that can execute automatically when certain conditions are met. These smart contracts enable developers to build far more sophisticated functionality than simply sending and receiving cryptocurrency. These programs are what we now call decentralized apps, or dapps. -- Beginner's Guide to DeFi

References