Difference between revisions of "Canister smart contract"

From Internet Computer Wiki
Jump to: navigation, search
Line 5: Line 5:
  
  
==Their number==
+
==Statistics==
 
The number of canisters on the IC are represented in the [https://dashboard.internetcomputer.org/ IC dashboard].
 
The number of canisters on the IC are represented in the [https://dashboard.internetcomputer.org/ IC dashboard].
  

Revision as of 04:37, 20 January 2022

Canisters are smart contracts that scale — interoperable compute units designed for internet-scale services.

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[1]. Canisters are better suited for distributed systems and concurrency because of their embracing of the Actor model.


Statistics

The number of canisters on the IC are represented in the IC dashboard.

See Also

References