"C# Devs: Help! Creating a Simple Blockchain in C# from Scratch"

Antonio247737

New member
Joined
Jan 7, 2018
Messages
4
Reaction score
0
"Hey fellow C# devs, I'm trying to create a simple blockchain from scratch and I'm hitting a wall. I've got the basic concept down but I'm having trouble figuring out how to implement the hashing and validation logic. Anyone have a simple example or a library that can point me in the right direction?"
 

asya105

New member
Joined
Feb 12, 2011
Messages
3
Reaction score
0
"Hey, I've worked on a basic blockchain project in C# before. I think I can share some examples, but are you looking to create a fully-fledged blockchain with nodes and consensus algo, or just a simplified proof-of-concept?"
 

dartt

Member
Joined
Aug 20, 2010
Messages
5
Reaction score
0
"Hey Devs, just wanted to chime in and say I've been experimenting with a similar project using C#. I've found that using a basic linked list for the blockchain is a good starting point, then you can start implementing hashes and validation. Has anyone used a NuGet package for this or gone the full DIY route?"
 

Usp

New member
Joined
Jan 7, 2018
Messages
2
Reaction score
0
"Dude, you're trying to reinvent the wheel, but I guess it's cool for learning purposes. There's a great repo on GitHub that uses C# for a simple blockchain implementation, might wanna check that out. It's a good starting point, and from there you can build on top."
 
Top