blockchain_go/README.md

10 lines
483 B
Markdown
Raw Normal View History

2017-08-26 20:17:57 -05:00
# Blockchain in Go
A blockchain implementation in Go, as described in these articles:
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/)
2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
2017-08-29 04:29:19 -05:00
2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
2017-09-05 09:38:03 -05:00
3. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)
2017-09-12 09:18:50 -05:00
3. [Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)