Difference between revisions of "Canister smart contract"

From Internet Computer Wiki
Jump to: navigation, search
(Replaced content with "Please see [https://internetcomputer.org/docs/current/developer-docs/smart-contracts/overview/introduction canister smart contracts]")
Tag: Replaced
 
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Canisters are smart contracts that scale — interoperable compute units designed for internet-scale services.
+
Please see [https://internetcomputer.org/docs/current/developer-docs/smart-contracts/overview/introduction canister smart contracts]
 
 
==Advantages over other types of smart contracts==
 
Canisters have all the features of smart contracts on other blockchains (such as Ethereum). "In contrast to smart contracts, however, canisters have performance characteristics that makes it possible to use them to build software services that scale<ref>https://medium.com/dfinity/software-canisters-an-evolution-of-smart-contracts-internet-computer-f1f92f1bfffb</ref>. Canisters are better suited for distributed systems and concurrency because of their embracing of the [https://en.wikipedia.org/wiki/Actor_model Actor model].
 
 
 
==Statistics==
 
The number of canisters on the IC are represented in the [https://dashboard.internetcomputer.org/ IC dashboard].
 
 
 
==See Also==
 
* Developer documentation on [https://smartcontracts.org/docs/quickstart/quickstart-intro.html Building smart contracts]
 
* [[Trust in canisters]]
 
 
 
==References==
 
{{references}}
 

Latest revision as of 21:10, 8 March 2024