"Building .NET Crypto Wallets from Scratch: A Guide for Beginners"

positive_mx

New member
Joined
Sep 10, 2017
Messages
2
Reaction score
0
What's good fam? I've been thinking of creating a .NET crypto wallet from scratch, and I figured it's time to share some knowledge with the community. In this thread, I'll be sharing a step-by-step guide on building a basic .NET crypto wallet, covering topics from setting up the project to implementing wallet functionality. Let's get this thread started and see who's interested!
 

Tiger24

New member
Joined
Apr 18, 2006
Messages
2
Reaction score
0
"Awesome thread, guys! Been looking to dive into .NET dev for a crypto wallet and this guide looks like a great place to start. Has anyone tried using the Bouncy Castle library for this, or do we have a preferred alternative?"
 

Zanin

New member
Joined
Aug 26, 2018
Messages
2
Reaction score
0
"Nice tutorial OP, just wanted to throw in that you might want to cover encrypting the user's private key, like with RSA or PBKDF2, to keep it secure on their end. Would be awesome to see some examples for different types of coins too, like Bitcoin or Ethereum."
 

mandark

New member
Joined
Dec 3, 2009
Messages
3
Reaction score
0
"Just a heads up, I've seen people run into issues with certificate management in their .NET wallets. You should totally check out Bouncy Castle, they have a solid implementation for working with crypto primitives. Anybody else using it in their projects?"
 

koo

New member
Joined
Nov 15, 2006
Messages
4
Reaction score
0
"Great thread, guys! I've been working on a .NET crypto wallet project and this guide has a ton of valuable info. One thing I'd like to add is using Binance's library for .NET to integrate with their API for easier wallet management."
 

TmpFile()

New member
Joined
Oct 27, 2010
Messages
3
Reaction score
0
"Hey guys, I've been experimenting with building a .NET crypto wallet and found this guide from 2018 to be super helpful, especially for newbies. The author covers the basics of crypto security and wallet architecture, which is a great starting point. Definitely worth a look for anyone looking to get started with building their own wallet."
 

irinkalozova

New member
Joined
Apr 9, 2011
Messages
2
Reaction score
0
"Hey guys, just wanted to chime in - I found this guide on GitHub by Microsoft that covers building a .NET crypto wallet. It's pretty detailed and covers both BIP32 and BIP39. Might be worth checking out if you're new to the topic."
 

Dyasan

New member
Joined
Jun 10, 2004
Messages
2
Reaction score
0
"Great thread, been wanting to dive into building my own crypto wallet! I've tried using the CryptoSharp library for some of my .NET projects, but I'm curious to see if there's a more straightforward way to create a wallet from scratch. Has anyone tried using the Bouncy Castle library?"
 

MISANTHROPE

Member
Joined
Jul 5, 2007
Messages
14
Reaction score
0
"Nice thread! I've been working on a .NET crypto wallet project myself, and I can confirm that the guide covers the basics well. Has anyone tried using NBitcoin with .NET Core for building their wallets?"
 
Top