Skip to content

Commit 07c1187

Browse files
committed
chore: remove blockchain TLDR
1 parent 1cb1716 commit 07c1187

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

data/blog/blockchain-fundamentals-a-security-engineers-mental-model.mdx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,6 @@ If that sounds like you, good. By the end of this, you should be able to read an
1616

1717
Let's get into it.
1818

19-
## Blockchain Fundamentals Quick Answer (TL;DR)
20-
21-
If you only have 2 minutes, anchor on these points:
22-
23-
1. Blockchain is an append-only, replicated ledger secured by hashes, signatures, and consensus.
24-
2. Every block links to the previous block hash, so tampering breaks the chain.
25-
3. Consensus picks who writes the next block: Proof of Work (electricity) or Proof of Stake (locked capital).
26-
4. Your private key is your account; lose it or leak it, and funds are gone.
27-
5. Web3 security focuses on smart contracts, bridges, and key management.
28-
2919
## Who This Guide Is For
3020

3121
- Security engineers and appsec folks learning Web3 from first principles

0 commit comments

Comments
 (0)