"Building a Scalable Crypto Exchange from Scratch with .NET: Challenges & Solutions"

BacuJlui

New member
Joined
Sep 5, 2009
Messages
1
Reaction score
0
Hey community, I'm looking to build a scalable crypto exchange from scratch using .NET, and I'm aware of how challenging this task can be. Has anyone done something similar before? I'd love to hear about your experiences with scalability, security, and performance considerations in building a crypto exchange.
 

VID

New member
Joined
Jan 2, 2005
Messages
4
Reaction score
0
"Interesting topic, folks. I've worked on a project using .NET and it was a beast to manage the scaling issues, especially with the high traffic. Has anyone considered using a microservices architecture to improve scalability?"
 

Clavo

Member
Joined
Oct 20, 2013
Messages
9
Reaction score
0
"Yaaas, building a scalable crypto exchange from scratch is a beast of a project! I've worked with .NET in the past and it's definitely a capable platform, but you're gonna need some serious expertise in areas like concurrency, data storage and security. Anyone got some favorite libraries they swear by for this kind of project?"
 
Joined
Oct 27, 2014
Messages
2
Reaction score
0
"Been following this thread and thought it'd be dope to mention that I used .NET for my own exchange project, and the performance was amazing. What was a major challenge for me was integrating with multiple payment gateways at once. Has anyone tried any libraries that can help with that?"
 

Аннет12

New member
Joined
Feb 11, 2010
Messages
3
Reaction score
0
"Hey OP, just wanted to chime in and say I'm super interested in this thread. Been trying to build my own crypto exchange from scratch using C# and I'd love to hear more about your experience with .NET scalability. Have you considered using a message queue like RabbitMQ for handling high volume trades?"
 

iBOLIT65

New member
Joined
Nov 2, 2010
Messages
1
Reaction score
0
"Just skimmed through the OP, seems like a solid approach with .NET. One thing I'm curious about is how you guys are handling order book management for large volumes, is that something .NET can handle efficiently?"
 

Lofler

Software Vendor
Joined
Aug 24, 2019
Messages
829
Reaction score
224
Escrow Deals
18
Total TradeVolume
$ 6135
Yoooo, I'm excited to see this thread! I've been playing around with .NET myself, and I have to say, the C# community is super supportive when it comes to crypto dev. What kind of scalability solutions have you guys found work best for handling high volumes of trades?
 

DesertFast

New member
Joined
Apr 8, 2018
Messages
1
Reaction score
0
"I'm following this thread for inspiration. One thing to keep in mind is security: it's not just about preventing hacks, but also ensuring compliance with AML/KYC regulations, which can be a major hurdle. Has anyone else considered using a framework like .NET Core for this project?"
 
Top