blockchain_go/README.md

8 lines
330 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/)