• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

How do you get started developing with Dash?

kiljoy001

New member
I made a post last month in the developer section asking how it would be possible to create a C# library to use dash. I got nothing. Pretty sad. This time I'm asking a much broader question - how can I as a developer integrate dash payments in a application?
 
I made a post last month in the developer section asking how it would be possible to create a C# library to use dash. I got nothing. Pretty sad. This time I'm asking a much broader question - how can I as a developer integrate dash payments in a application?

Hi. i am guessing most devs never saw your post as they're on Slack. I can try to answer your questions though. are you still looking for a C# dash lib and what kind of app is it?

searching for 'Bitcoin c#' on github yields C# projects like this one: https://github.com/pmlyon/BitSharp

the process to Dashify that will be fairly straight forward and the same we do to a lot of libs in e.g. c++ or JS

Andy
 
Hi. i am guessing most devs never saw your post as they're on Slack. I can try to answer your questions though. are you still looking for a C# dash lib and what kind of app is it?

searching for 'Bitcoin c#' on github yields C# projects like this one: https://github.com/pmlyon/BitSharp

the process to Dashify that will be fairly straight forward and the same we do to a lot of libs in e.g. c++ or JS

Andy
Thanks for getting back to me - yes. I am still interested in a c# library. As far as the application I am wanting to use it a game that a few of my friends are starting to develop. I am proposing that we use a cryptocurrency as the in-game currency, and dash is my first pick due to its features vs bitcoin or something else. So far, I've been fooling around with nbitcoin https://github.com/MetacoSA/NBitcoin and I would think that I could somehow use the implementation for the base classes for dash. Unfortunately, I haven't the slightest idea where to start to accomplish that.
 
Also on a side note, even if our game doesn't pan out, I would still make use of the library in other projects. I definitely prefer to add a way for potential customers to buy things using cryptocurrency as it will greatly ease keeping track of earnings etc. without relying on a middle man and fees.
 
Thanks for getting back to me - yes. I am still interested in a c# library. As far as the application I am wanting to use it a game that a few of my friends are starting to develop. I am proposing that we use a cryptocurrency as the in-game currency, and dash is my first pick due to its features vs bitcoin or something else. So far, I've been fooling around with nbitcoin https://github.com/MetacoSA/NBitcoin and I would think that I could somehow use the implementation for the base classes for dash. Unfortunately, I haven't the slightest idea where to start to accomplish that.

That's really interesting. I was looking at something similar a while back to get Dash wired in Unity for in-game purchase/billing.

I'd be interesting in helping with this, pm me your email if you want to join the team slack and explore this.
 
Back
Top