From 58f9eb7dc5445c66f8f36084eb345747b131815b Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Fri, 6 Oct 2017 17:32:52 +0700 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7aface..76ae180 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ A blockchain implementation in Go, as described in these articles: 4. [Transactions 1](https://jeiwan.cc/posts/building-blockchain-in-go-part-4/) 5. [Addresses](https://jeiwan.cc/posts/building-blockchain-in-go-part-5/) 6. [Transactions 2](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/) +7. [Network](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/)