Skip to content

phatngo511/Stories-about-Bitcoin

 
 

Repository files navigation

Stories about Bitcoin | 比特币那些事儿

The only open-source literary history of Bitcoin -- bilingual, 36 chapters, 1976-2025, free forever.

License: CC BY-SA 4.0 GitHub stars Deploy

Quick Links

Link
Read Online (Chinese) beihaili.github.io/Stories-about-Bitcoin/zh/
Read Online (English) beihaili.github.io/Stories-about-Bitcoin/en/
Download Ebook (PDF/EPUB) GitHub Release v2.0
Community Discord (English) / WeChat (中文)
Support the Project Lightning: latebrook396888@getalby.com / BTC: bc1qjt7uhztd2pumpx6p5w0sl8jxfzmxp3nyahysmcqklqfkecqftuysu733ca

What is this?

A bilingual (Chinese/English) Bitcoin history book written in literary narrative style, covering 1976 (Hayek's Denationalisation of Money) to 2025 (Bitcoin crosses $100K). 36 chapters across 9 periods, open source and free to read. The writing approach draws from Chinese web-novel storytelling (think Mo Yan meets Michael Lewis) -- history told as story, not textbook.

Table of Contents (36 chapters)

Prologue (序言)

Genesis / 创世纪 (1976-2009)

First Steps / 初出茅庐 (2009-2010)

Rising Storm / 风起云涌 (2011-2012)

Undercurrents / 暗潮汹涌 (2013-2016)

Civil War & Independence / 内战与独立 (2017)

Suit Revolution / 西装革命 (2018-2021)

Future Promise / 未来可期 (2021-2025)

Special / 特别篇

How to Contribute

Translations, fact-checking, code improvements, and design work are all welcome. See CONTRIBUTING.md for setup instructions and guidelines.

Browse good first issues to get started.

Development

# Website (React SPA)
cd new-website && npm install && npm run dev    # localhost:5173

# Build zh/ from source chapters (正文/)
python3 scripts/build_zh.py

# Ebook (requires Pandoc + XeLaTeX)
python3 scripts/build_ebook.py zh               # Chinese PDF + EPUB
python3 scripts/build_ebook.py en               # English PDF + EPUB

Contributors

License

About

以网文笔法讲比特币的故事

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.4%
  • Python 10.7%
  • HTML 5.2%
  • TeX 3.0%
  • CSS 1.7%