From 56cb2de10660b7ff0d9bc05bc4185ae4dd68e5a2 Mon Sep 17 00:00:00 2001 From: Ivan Kuznetsov Date: Sun, 27 Aug 2017 08:17:57 +0700 Subject: [PATCH] Add README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..32bfdf1 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Blockchain in Go + +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/)