Build a complete blockchain system in Rust - from Satoshi Nakamoto's whitepaper to a deployed, multi-node network. Every module, every function, every design decision - explained.
This book takes you through 24 chapters covering blockchain fundamentals (blocks, transactions, Merkle trees, proof-of-work, and the UTXO model), a REST API with Axum and Tower (authentication, middleware, OpenAPI), desktop apps in Iced and Tauri 2, encrypted wallet persistence with SQLCipher, and deployment with Docker Compose and Kubernetes. 12+ Rust technologies, one project.