Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nopara73/hbitcoin

Privacy focused Bitcoin library on top of NBitcoin for .NET Core.
https://github.com/nopara73/hbitcoin

bitcoin bitcoin-wallet nbitcoin netcore

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Attention!
I moved the development of this library under the [HiddenWallet](https://github.com/nopara73/HiddenWallet/) repository, however NuGet support is discontinued.

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

## [Documentation on CodeProject](https://www.codeproject.com/Articles/1096320/HBitcoin-High-level-Csharp-Bitcoin-Wallet-Library)

## [Nuget](https://www.nuget.org/packages/HBitcoin)

## 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:*
- 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.