I am looking for a good library in c# for bitcoin as payment method in my web site.
My purposes from this library :
- Create unique btc address for each order
- deposit job with callback url
- withdraw job
Is there any library for that purpose?
Or should i use a third party api?
I am using visual studio 2015 & i am in .net 4.8 & i want to use that library in asp.net.