https://github.com/openblockchains/programming-blockchains
Programming Blockchains Step-by-Step book / guide. Let's build blockchains from scratch (zero) step by step. Let's start with crypto hashes...
https://github.com/openblockchains/programming-blockchains
Last synced: about 2 months ago
JSON representation
Programming Blockchains Step-by-Step book / guide. Let's build blockchains from scratch (zero) step by step. Let's start with crypto hashes...
- Host: GitHub
- URL: https://github.com/openblockchains/programming-blockchains
- Owner: openblockchains
- License: cc0-1.0
- Created: 2018-03-15T17:18:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T10:52:07.000Z (over 4 years ago)
- Last Synced: 2025-03-25T16:55:50.769Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 540 KB
- Stars: 672
- Watchers: 30
- Forks: 70
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
See the live version @ [`yukimotopress.github.io/programming-blockchains-step-by-step`](http://yukimotopress.github.io/programming-blockchains-step-by-step)
---
# Programming Blockchains Step-by-Step Book / Guide
_Let's build blockchains from scratch (zero) step by step.
Let's start with crypto hashes ..._by [Gerald Bauer](https://github.com/geraldb), et al
- [(Crypto) Hash](01_crypto_hash.md)
- [(Crypto) Block 'n' (Crypto) Block with Proof-of-Work](02_crypto_block.md)
- [Blockchain 'n' Blockchain Broken?](03_blockchain.md)
- [Timestamping](04_timestamping.md)
- [Mining, Mining, Mining](05_mining.md)
- [Bitcoin, Bitcoin, Bitcoin](06_bitcoin.md)To be continued
- [References / Links](A1_resources.md)
## License

The Programming Blockchains Step-by-Step book / guide
is dedicated to the public domain.
Use it as you please with no restrictions whatsoever.---
For more blockchain books, see the [**Best of Crypto Books page »**](https://openblockchains.github.io/crypto-books/)