From 402b298d4f908d14df5d7e51e7ae917c0347da47 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Tue, 12 Sep 2017 21:18:50 +0700 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7c9b585..87fc9f4 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,4 @@ A blockchain implementation in Go, as described in these articles: 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/) +3. [Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/)