Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nopara73/hbitcoin
- Owner: nopara73
- License: mit
- Created: 2017-02-20T15:26:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-29T16:08:18.000Z (over 7 years ago)
- Last Synced: 2024-10-05T07:47:53.897Z (4 months ago)
- Topics: bitcoin, bitcoin-wallet, nbitcoin, netcore
- Language: C#
- Size: 396 KB
- Stars: 25
- Watchers: 7
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.