From bb5ccc263dff066645d8c83cc7450bb043cf8a18 Mon Sep 17 00:00:00 2001 From: schoeneBiene Date: Fri, 28 Apr 2023 09:45:25 +0200 Subject: [PATCH] Add Build a blockchain with C++ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91de803..15b0f3a 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ It's a great way to learn. #### Build your own `Blockchain / Cryptocurrency` * [**ATS**: _Functional Blockchain_](https://beta.observablehq.com/@galletti94/functional-blockchain) +* [**C++**: _Build a blockchain with C++_](https://davenash.com/2017/10/build-a-blockchain-with-c/) * [**C#**: _Programming The Blockchain in C#_](https://programmingblockchain.gitbooks.io/programmingblockchain/) * [**Crystal**: _Write your own blockchain and PoW algorithm using Crystal_](https://medium.com/@bradford_hamilton/write-your-own-blockchain-and-pow-algorithm-using-crystal-d53d5d9d0c52) * [**Go**: _Building Blockchain in Go_](https://jeiwan.net/posts/building-blockchain-in-go-part-1/)