From f25b20a32c748610ed85e4b925cc7197307be457 Mon Sep 17 00:00:00 2001 From: Bilal Elbouardi <60072763+bitalov@users.noreply.github.com> Date: Fri, 22 Apr 2022 16:37:23 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7432795..295c05d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Basic Blockchain with Golang ### TODOs : -- [x] **Networking**. +- [x] [**Networking**](https://github.com/bitalov/BlockchainWithGo/tree/main/BlockchainWithNetworking). - [ ] **Proof of Work**. - [ ] **Proof of Stake**. - [ ] **Peer-to-Peer**.