Difference between revisions of "Canisters (dapps/smart contracts)"

From Internet Computer Wiki Staging
Jump to: navigation, search
 
Line 3: Line 3:
 
==Advantages over other types of 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].  
 
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==
 
==Statistics==
Line 11: Line 10:
 
* Developer documentation on [https://smartcontracts.org/docs/quickstart/quickstart-intro.html Building smart contracts]
 
* Developer documentation on [https://smartcontracts.org/docs/quickstart/quickstart-intro.html Building smart contracts]
 
* [[Trust in canisters]]
 
* [[Trust in canisters]]
* [https://medium.com/dfinity/software-canisters-an-evolution-of-smart-contracts-internet-computer-f1f92f1bfffb A Closer Look at Software Canisters, an Evolution of Smart Contracts]
 
  
 
==References==
 
==References==
 +
{{references}}

Latest revision as of 04:38, 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

Template:References