My personal blockchain learning journal โ notes, resources, and summaries as I explore the decentralized world.
This repo is my open learning diary. Everything I study about blockchain โ articles I read, videos I watch, concepts I understand โ gets documented here. If you're also learning, feel free to use these notes.
blockchain-notlarim/
โ
โโโ 01-fundamentals/
โ โโโ what-is-blockchain.md
โ โโโ how-bitcoin-works.md
โ โโโ ethereum-basics.md
โ
โโโ 02-cryptography/
โ โโโ hashing.md
โ โโโ public-private-keys.md
โ
โโโ 03-consensus-mechanisms/
โ โโโ proof-of-work.md
โ โโโ proof-of-stake.md
โ
โโโ 04-smart-contracts/
โ โโโ intro-to-smart-contracts.md
โ
โโโ resources.md
- What is Blockchain?
- Bitcoin & how it works
- Ethereum & EVM basics
- Cryptographic hashing (SHA-256, Keccak-256)
- Public/Private keys & wallets
- Consensus mechanisms (PoW vs PoS)
- Smart contracts โ what & why
- Gas fees explained
- DeFi fundamentals
- NFT standards (ERC-721, ERC-1155)
| Resource | Type | Link |
|---|---|---|
| Ethereum Whitepaper | ๐ Paper | ethereum.org |
| Mastering Bitcoin | ๐ Book | Free online |
| Mastering Ethereum | ๐ Book | Free online |
| CryptoZombies | ๐ฎ Interactive | cryptozombies.io |
| Alchemy University | ๐ Course | university.alchemy.com |
| Patrick Collins (YouTube) | ๐ฅ Video | YouTube |
Notes are added as I learn. Check the folders above for full content.
Found a mistake or want to add something? Open an issue or PR โ learning is better together!