added use cases for smart contracts (#33018)

added use cases for smart contracts
This commit is contained in:
Wister
2018-10-31 19:09:56 -04:00
committed by Paul Happ
parent 97920cca8e
commit 347882117a

View File

@@ -11,6 +11,9 @@ As a piece of code that sits on the blockchain, a smart contract can automate ta
When an account receives money it can automatically distribute it to others. When an account receives money it can automatically distribute it to others.
This is entirely transparent so all the nodes(miners) can see what logic is being executed. This is entirely transparent so all the nodes(miners) can see what logic is being executed.
## Applications of Smart Contacts
Smart Contracts allows the transfer of goods and services without the need for a independent third part. 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.
## Blockchain Technologies ## Blockchain Technologies