Skip to content

Commit 3a58b5c

Browse files
committed
size limit check
1 parent 168e74f commit 3a58b5c

File tree

1 file changed

+0
-6
lines changed
  • Intro-to-blockchain-and-ethereum/intro-to-blockchain

1 file changed

+0
-6
lines changed

Intro-to-blockchain-and-ethereum/intro-to-blockchain/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,7 @@ A blockchain is an append-only ledger shared across many computers (nodes). Unli
22

33
On public blockchains (some blockchains are private), identical copies of this ledger are widely replicated, and nodes accept new data only if it satisfies the network’s consensus rules.
44

5-
## How blockchains work
65

7-
At a high level, three parts cooperate: an execution layer that deterministically turns transactions into state changes, a consensus mechanism that orders blocks and decides what becomes canonical, and data availability/state so everyone can fetch and verify the data. When these are aligned, immutability is the practical outcome and rewriting history becomes economically prohibitive.
8-
9-
### Consensus mechanism
10-
11-
A consensus mechanism is how the network agrees on the next valid block. For example, **proof-of-stake**, where validators bond capital and can be slashed, and or **proof-of-work**, where miners prove computational effort.
126

137
### Execution Layer
148

0 commit comments

Comments
 (0)