From 373a09b2bcdf8e9f55c237f60018e0762c2a9b30 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Tue, 5 Sep 2017 21:38:03 +0700 Subject: [PATCH] Add a link to the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d1db820..7c9b585 100644 --- a/README.md +++ b/README.md @@ -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/)