Add a link to the README

This commit is contained in:
Ivan Kuznetsov 2017-09-05 21:38:03 +07:00
parent d107d924a8
commit 373a09b2bc
1 changed files with 1 additions and 0 deletions

View File

@ -5,3 +5,4 @@ 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/)
2. [Persistence and CLI](https://jeiwan.cc/posts/building-blockchain-in-go-part-3/)
3. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/)