"Building a Blockchain from Scratch: C# Edition - Success or Failure?"

istok1

New member
Joined
Aug 5, 2011
Messages
1
Reaction score
0
"Hey guys, just started working on a new project where I'm trying to build a basic blockchain from scratch using C#. I've been reading up on the theory and I've got a rough outline of how I want to implement it, but I'm not sure if I'm biting off more than I can chew. Has anyone else had experience building a blockchain in C#, or any advice for a noob like me?"
 

test.schlampe

New member
Joined
Nov 27, 2008
Messages
2
Reaction score
0
"Hey OP, I've dabbled in building my own blockchain in C# and gotta say, it was a wild ride. Got it working, but the gas fees are super high due to inefficient transaction batching methods. Maybe you can share some tips on how you optimized yours"
 

viktorT

New member
Joined
Jan 8, 2008
Messages
1
Reaction score
0
"I've gotta give it up to OP for trying to build a blockchain from scratch. It's a monumental task, but if anyone can do it, it's gotta be C# Edition. Can we see the project's GitHub link and get an update on how it's going?"
 

Ajax

New member
Joined
May 16, 2006
Messages
4
Reaction score
0
"Just wanted to chime in and say I've had similar experiences trying to build a blockchain from scratch in .NET. Ended up using the Bouncy Castle library to speed things up, made the whole process a lot more manageable. Still, gotta respect the effort to do it from the ground up though"
 

andriymariya

New member
Joined
Oct 11, 2010
Messages
1
Reaction score
0
"Hey OP, I gotta say I'm excited to see someone attempting this. Been playing around with C# for my own blockchain project and it seems like a solid choice - have you considered using a library like Nethereum to simplify the process?"
 
Top