Update README

This commit is contained in:
Ivan Kuznetsov 2017-08-29 16:29:19 +07:00
parent 54b6c07b6c
commit d3b2c5c576
1 changed files with 1 additions and 0 deletions

View File

@ -4,3 +4,4 @@ A blockchain implementation in Go, as described in these articles:
1. [Basic Prototype](https://jeiwan.cc/posts/building-blockchain-in-go-part-1/) 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/) 2. [Proof-of-Work](https://jeiwan.cc/posts/building-blockchain-in-go-part-2/)
2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)