Info
Version: | 0.2.166.49 |
Author(s): | Nathan Baulch |
Last Update: | Sunday, July 31, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://bitcoinsharp.googlecode.com/ |
NuGet Url: | https://www.nuget.org/packages/BitCoinSharp |
Install
Install-Package BitCoinSharp
dotnet add package BitCoinSharp
paket add BitCoinSharp
BitCoinSharp Download (Unzip the "nupkg" after downloading)
Dependencies
- BouncyCastle(1.7.0)
- log4net(1.2.10)
Tags
It implements the native BitCoin P2P protocol in C# for use in .net 3.5 and above. This library can be used to maintain a wallet and send/receive transactions without installing the official client.
It comes with full documentation and includes an example application that demonstrates some of the more common uses.