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.
Build & Test
git clone https://github.com/nopara73/HBitcoin
cd HBitcoin/
dotnet restore
cd src/HBitcoin.Tests/
dotnet test
Notes:
- As of today some tests might fail when running them all at once. Running them one by one should work.
- Some tests have been prefunded with testnet coins. If some funny dev messing with the wallets (sending transactions to them, spending them and such) those tests might fail, too.