From d3b2c5c57648150c3a2df6bf08eb13a226ac1b9f Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Tue, 29 Aug 2017 16:29:19 +0700 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32bfdf1..d1db820 100644 --- a/README.md +++ b/README.md @@ -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/) 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/)