Difference between revisions of "Smart contract"

From PKC
Jump to navigation Jump to search
Line 7: Line 7:
=Implementation Language=
=Implementation Language=
Smart contracts can be implemented using shared memory computers, such as [[Ethereum]], which implements a programming language called [[Solidity]].
Smart contracts can be implemented using shared memory computers, such as [[Ethereum]], which implements a programming language called [[Solidity]].
[[Category:Smart Contract]]

Revision as of 01:58, 19 January 2022

Smart contract is an idea originally proposed by Finney. There are three kinds of related contracts:

  1. Smart Contract
  2. Ricardian Contract
  3. Social Contract

Implementation Language

Smart contracts can be implemented using shared memory computers, such as Ethereum, which implements a programming language called Solidity.