nopara73 / HBitcoin

Privacy focused Bitcoin library on top of NBitcoin for .NET Core.
MIT License
25 stars 11 forks source link
bitcoin bitcoin-wallet nbitcoin netcore

Attention!

I moved the development of this library under the HiddenWallet repository, however NuGet support is discontinued.

HBitcoin

Privacy focused Bitcoin library on top of NBitcoin for .NET Core.

Documentation on CodeProject

Nuget

Build & Test

  1. git clone https://github.com/nopara73/HBitcoin
  2. cd HBitcoin/
  3. dotnet restore
  4. cd src/HBitcoin.Tests/
  5. dotnet test

Notes: