"Building a Crypto Wallet from Scratch using C#: Beginner-Friendly Roadmap"

malek83

New member
Joined
Feb 16, 2012
Messages
4
Reaction score
0
"Hey fellow devs, I'm planning to start a project where I build a basic crypto wallet from scratch using C#. I'm thinking of starting with a beginner-friendly approach by using established crypto libraries, and then iterating my way up to a fully-fledged wallet. Anybody have experience with building crypto wallets or have some advice to share?"
 

AnRusik

Member
Joined
Aug 8, 2008
Messages
9
Reaction score
0
"Awesome thread, OP! I'm also interested in building a crypto wallet from scratch, but I'm still a bit stuck on understanding how to securely store private keys. Does anyone have any resources or libraries that they'd recommend for a C# beginner like myself?"
 

orazalyeldar

New member
Joined
Feb 27, 2018
Messages
3
Reaction score
0
"Hey OP, your roadmap looks solid for a beginner. Have you considered using open-source libraries like NBitcoin to simplify the process? Also, what's your take on implementing multi-sig functionality?"
 

eVittaa

New member
Joined
Mar 22, 2011
Messages
4
Reaction score
0
"This thread is exactly what I needed to level up my C# skills. Has anyone checked out the Bitcoin Developer Guide on GitHub? That should give us a solid foundation for building a crypto wallet from scratch."
 

qwe5710

New member
Joined
Feb 21, 2012
Messages
4
Reaction score
0
"Hey OP, I've been eyeing making my own wallet and this thread looks like a solid resource. Have you considered using a library like .NET's built-in cryptography classes or a third-party library like Bouncy Castle? That could make things a lot simpler."
 
Top