Bitcoin Forum

Bitcoin => Project Development => Topic started by: cloverme on August 08, 2014, 11:59:54 PM



Title: Bitcoin / C# integration....?
Post by: cloverme on August 08, 2014, 11:59:54 PM
So, I code in C# and want to integrate bitcoin into some P2P programs. Does anyone have any good links to any articles or examples of bitcoin integration into the C# platform?



Title: Re: Bitcoin / C# integration....?
Post by: rarkenin on August 09, 2014, 12:24:51 AM
First Google result for "C# Bitcoin Library" is BitcoinLib (https://github.com/GeorgeKimionis/BitcoinLib), which integrates into the daemon. A BitcoinJ (https://code.google.com/p/bitcoinsharp/) port is also available and includes documentation.


Title: Re: Bitcoin / C# integration....?
Post by: semobo on August 09, 2014, 01:33:44 AM
I'd use blockchain.info's API. It'll handle everything you need, very easily.