Difference between revisions of "Smart Contracts"

From Miscellany
Line 1: Line 1:
:Smart contracts 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]].
 +
 
 +
===References===
 +
 
 +
* [https://en.wikipedia.org/wiki/Solidity Solidity on Wikipedia]
 +
* [https://solidity.readthedocs.io/en/v0.7.0/ Solidity 0.7 documentation]
  
 
<youtube>https://www.youtube.com/watch?v=LYc6PrZ7fvs</youtube>
 
<youtube>https://www.youtube.com/watch?v=LYc6PrZ7fvs</youtube>

Revision as of 15:12, 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.

References