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/)