fix: Fix typos for incorrect spelling of Ethereum
This commit is contained in:
committed by
Randell Dawson
parent
0944679521
commit
5f566b20ae
@ -3,7 +3,7 @@ title: Smart Contracts
|
|||||||
## Smart Contracts
|
## Smart Contracts
|
||||||
|
|
||||||
Transactions in a blockchain are a very basic contract - One party sends resources to another.
|
Transactions in a blockchain are a very basic contract - One party sends resources to another.
|
||||||
In the Etherium blockchain transactions can support any kind of logic. They have the expressive
|
In the Ethereum blockchain, transactions can support any kind of logic. They have the expressive
|
||||||
power of a Turing-Complete machine - meaning they can be steps for a task that a computer can do.
|
power of a Turing-Complete machine - meaning they can be steps for a task that a computer can do.
|
||||||
|
|
||||||
As a piece of code that sits on the blockchain, a smart contract can automate tasks.
|
As a piece of code that sits on the blockchain, a smart contract can automate tasks.
|
||||||
@ -14,6 +14,6 @@ This is entirely transparent so all the nodes(miners) can see what logic is bein
|
|||||||
## Blockchain Technologies
|
## Blockchain Technologies
|
||||||
|
|
||||||
Two of the most common technologies used are :
|
Two of the most common technologies used are :
|
||||||
- Etherium
|
- Ethereum
|
||||||
- Hyperledger
|
- Hyperledger
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user