From 82a32f24a0d8c32448b4c34fd54106927e8178f7 Mon Sep 17 00:00:00 2001 From: Xenophyte Date: Fri, 18 Jul 2025 09:52:34 +0200 Subject: [PATCH] Update README.md Add SeguraChain as a C# blockchain framework technology --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ecaaedb..4b542ad 100644 --- a/README.md +++ b/README.md @@ -270,6 +270,12 @@ by Xavier Decuyper, July 2017 - [**Part 6: Transactions 2**](https://jeiwan.cc/posts/building-blockchain-in-go-part-6/), September 2017 - [**Part 7: Network**](https://jeiwan.cc/posts/building-blockchain-in-go-part-7/), October 2017 +### C# + +**Building Blockchain in C# Series** by Ivan Kuznetsov + +- [SeguraChain](https://github.com/SeguraChain/SeguraChain) – A decentralized blockchain framework focused on [insert core features like privacy, speed, etc.]. + Blockchain Series in Go by by Coral Health [(Source)](https://github.com/mycoralhealth/blockchain-tutorial)