From 31ff1b08ea28304a124ed150be438f48622a5c55 Mon Sep 17 00:00:00 2001 From: Justin Thomas Date: Fri, 10 May 2019 16:37:03 -0700 Subject: [PATCH] Add a section on Decentralized Apps (#31443) --- guide/english/blockchain/smart-contracts/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/guide/english/blockchain/smart-contracts/index.md b/guide/english/blockchain/smart-contracts/index.md index 16b0899991..ad2d1aad1e 100644 --- a/guide/english/blockchain/smart-contracts/index.md +++ b/guide/english/blockchain/smart-contracts/index.md @@ -8,8 +8,9 @@ First conceived in [1994](http://www.fon.hum.uva.nl/rob/Courses/InformationInSp A smart contract is a computer code running on top of a blockchain containing a set of rules under which the parties to that smart contract agree to interact with each other. If and when the pre-defined rules are met, the agreement is automatically enforced. The smart contract code facilitates, verifies, and enforces the negotiation or performance of an agreement or transaction. It is the simplest form of decentralized automation. -Deployed contracts can be viewed on platforms such as [Etherscan](www.etherscan.io). - +Smart contracts can be used to create Decentralized Apps or Dapps that live on a host blockchain. +The most famous Dapp is perhaps the game CryptoKitties which exploded in popularity towards the end of 2017. +The network that CryptoKitties lives on, Ethereum, faced heavy congestion as a result. ## Applications of Smart Contacts Smart Contracts allows the transfer of goods and services without the need for a independent third party. Logic and rules are built into the smart contract that define the permissions and processes associated with a particular agreement and enforce the obligations attached to it. This provides an opportunity to remove middlemen that are traditionally required to interact with physical property or financial service instruments.