Skip to content

xor63/mastering-bitcoin-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mastering Bitcoin Exercises

This project provides supplementary exercises to the book Mastering Bitcoin 2nd Edition by Andreas M. Antonopoulos.

Building

Building the book requires mdBook, specifically version 0.2.x. First, install Rust. Then install mdbook:

$ cargo install mdbook --vers 0.2

To build and then serve the book at http://localhost:3000, run:

$ mdbook serve

License

"Mastering Bitcoin - Second Edition" by Andreas M. Antonopoulos LLC is licensed under CC BY-SA 4.0.

Creative Commons License

"Mastering Bitcoin Exercises" is also licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

Releases

No releases published

Packages

No packages published

Languages