Smart Contracts

From Miscellany
Revision as of 15:12, 31 July 2020 by Kat (talk | contribs)
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