Difference between revisions of "Smart contract"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{WikiEntry|key=Smart contract|qCode=7544035}} is an idea originally proposed by Finney. There are three kinds of related contracts: | {{WikiEntry|key=Smart contract|qCode=7544035}} is an idea originally proposed by Finney. It is a kind of [[machine-executable contract]] that is guaranteed by some technical means to ensure the contract is executed according to some publicly acceptable interpretation. There are three kinds of related contracts: | ||
#[[Smart Contract]] | #[[Smart Contract]]<ref>{{:Paper/Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform}}</ref> <ref>{{:Paper/ETHEREUM: A SECURE DECENTRALISED GENERALISED TRANSACTION LEDGER}}</ref> | ||
#[[Ricardian Contract]] | #[[Ricardian Contract]] | ||
#[[Social Contract]] | #[[Social Contract]] | ||
=An Example= | |||
[[Contract]] is a legally-binding document that allows at least two parties to settle on certain written agreements. | |||
{{LogicModel | |||
|name=Smart Contract | |||
}} | |||
=Implementation Language= | =Implementation Language= |
Latest revision as of 08:15, 13 June 2022
Smart contract(Q7544035) is an idea originally proposed by Finney. It is a kind of machine-executable contract that is guaranteed by some technical means to ensure the contract is executed according to some publicly acceptable interpretation. There are three kinds of related contracts:
An Example
Contract is a legally-binding document that allows at least two parties to settle on certain written agreements.
Logic Model (Smart Contract) Template:LogicModel 06 13, 2022 | ||||||
---|---|---|---|---|---|---|
| ||||||
| ||||||
|
Implementation Language
Smart contracts can be implemented using shared memory computers, such as Ethereum, which implements a programming language called Solidity.
- ↑ Buterin, Vitalik (2014). "Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform" (PDF). local page: ETHEREUM FOUNDATION.
- ↑ Wood, Gavin (April 7, 2022). "ETHEREUM: A SECURE DECENTRALISED GENERALISED TRANSACTION LEDGER" (PDF) (Berlin Version 934279c ed.). local page: ETHEREUM FOUNDATION.