Difference between revisions of "Smart contract"

From PKC
Jump to navigation Jump to search
m (Benkoo moved page Smart Contract to Smart contract)
Line 4: Line 4:
#[[Ricardian Contract]]
#[[Ricardian Contract]]
#[[Social Contract]]
#[[Social Contract]]
=Implementation Language=
Smart contracts can be implemented using shared memory computers, such as [[Ethereum]], which implements a programming language called [[Solidity]].

Revision as of 01:57, 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.