Canister smart contract
From Internet Computer Wiki
Revision as of 04:38, 20 January 2022 by Diego.prats (talk | contribs)
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
- Developer documentation on Building smart contracts
- Trust in canisters