Skip to content

Commit df06df2

Browse files
committed
Add resources page and highlight new learning hub
1 parent ba5bdd5 commit df06df2

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

docs/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Here you’ll find the same content we teach in those sessions — freely availa
2121
* 📚 [Browse Topics](topics/README.md) — Learn about running nodes, Lightning, self-custody, and more.
2222
* 🤝 [Contribute](contributing/index.md) — Help improve or create new classes.
2323

24+
## 📚 Learn More
25+
26+
Explore curated books, videos, podcasts, and articles recommended by the BTC NYC community:
27+
28+
👉 [Visit the Resources page](resources/index.md)
29+
2430
---
2531

2632
<p align="center">

docs/resources/index.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Resources
2+
3+
Welcome! This is our collective stash of trusted learning tools curated by the Bitcoin Network NYC community. Whether you're new to sats or helping others level up, start here and share what you discover.
4+
5+
## 📚 Books
6+
- [The Bitcoin Standard](https://saifedean.com/tbs) — A macro look at why Bitcoin matters as resilient, sound money in a fragile financial system.
7+
- [Mastering Bitcoin](https://github.com/bitcoinbook/bitcoinbook) — Andreas Antonopoulos’ free, open-source deep dive into the protocol for curious developers and tinkerers.
8+
- [Check Your Financial Privilege](https://www.goodreads.com/book/show/60591550-check-your-financial-privilege) — Alex Gladstein shares global stories that reveal how Bitcoin empowers people facing capital controls, inflation, and authoritarian regimes.
9+
- [Grokking Bitcoin](https://www.manning.com/books/grokking-bitcoin) — Visual, approachable explanations that bridge the gap between high-level concepts and how nodes actually speak.
10+
- [The Sovereign Individual](https://www.goodreads.com/book/show/82256.The_Sovereign_Individual) — A foundational read on digital sovereignty that inspired many early Bitcoin builders.
11+
- [Bitcoin Dev Philosophy](https://bitcoindevphilosophy.com/) — Kalle and Linnéa Rosenbaum distill a decade of Bitcoin engineering lessons into nine chapters on decentralization, privacy, scaling, and more—perfect for devs who know how Bitcoin works and want to understand the “why.”
12+
13+
## 🎥 Documentaries
14+
- [Unbanked](https://www.unbankedmovie.com/) — Explores how Bitcoin sparks financial empowerment worldwide, spotlighting members of the Harlem Bitcoin Community. Premiered at the Harlem International Film Festival and the Manhattan Film Festival, taking home multiple awards.
15+
- [Banking on Bitcoin](https://www.imdb.com/title/tt5033790/) — Captures the movement’s early characters, debates, and the fight for legitimacy.
16+
- [Bitcoin: The End of Money As We Know It](https://www.imdb.com/title/tt4654844/) — Explores the history of money to spotlight why Bitcoin is a break from the legacy system.
17+
18+
## ▶️ YouTube Channels & Creators
19+
- [Andreas M. Antonopoulos](https://www.youtube.com/@aantonop) — Clear, security-first explainers on everything from seed phrases to multisig.
20+
- [BTC Sessions](https://www.youtube.com/@BTCSessions) — Hands-on wallet, node, and Lightning tutorials geared toward self-sovereign use.
21+
- [Matthew Kratter – Bitcoin University](https://www.youtube.com/@Bitcoin_University) — Focuses on Bitcoin fundamentals, macro context, and investing strategy explained in simple, no-nonsense language. Ideal for newcomers and self-educators.
22+
23+
## 🎙️ Podcasts
24+
- [What Bitcoin Did](https://www.whatbitcoindid.com/) — Danny Knowle’s wide-ranging interviews make complex topics approachable for all levels.
25+
- [The Bitcoin Standard Podcast](https://saifedean.com/podcast) — Saifedean Ammous connects hard money theory to real-world Bitcoin use cases.
26+
- [Citadel Dispatch](https://citadeldispatch.com/) — Matt Odell convenes privacy advocates and open-source contributors for candid conversations.
27+
28+
## ✍️ Articles & Blogs
29+
- [Jameson Lopp’s Bitcoin Resource List](https://www.lopp.net/bitcoin-information.html) — A regularly updated, category-sorted hub for every kind of learner.
30+
- [Nakamoto Institute](https://nakamotoinstitute.org/) — Archives of foundational cypherpunk writing that inspired Bitcoin’s creation.
31+
- [River Learn](https://river.com/learn/) — Beginner-friendly explainers with clean diagrams and examples to share with friends.
32+
33+
## 🧪 Courses / Tutorials
34+
- [Mastering Bitcoin (Online Text)](https://github.com/bitcoinbook/bitcoinbook) — Read the full book for free, complete with code samples and exercises.
35+
- [Start9 Docs](https://docs.start9.com/) — Step-by-step guides for running your own sovereign server and Bitcoin stack at home.
36+
- [Umbrel Docs](https://github.com/getumbrel/umbrel) — Friendly walkthroughs for setting up an Umbrel node, apps, and Lightning services.
37+
38+
---
39+
Have a favorite resource we missed?
40+
Open a [GitHub issue](../..//issues/new/choose) or share it in our [Telegram group](https://t.me/+M79B-75J2YU3OTRh).
41+
We’ll review and add great suggestions!

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ nav:
4545
# - Using Your Node: topics/bitcoin-node/01-using-your-node/lesson.md
4646
- Lightning:
4747
- Lightning Basics: topics/lightning/00-intro-to-lightning/lesson.md
48+
- Resources: resources/index.md
4849

4950
markdown_extensions:
5051
- admonition

0 commit comments

Comments
 (0)