NLightning.Infrastructure.Bitcoin
1.0.0
dotnet add package NLightning.Infrastructure.Bitcoin --version 1.0.0
NuGet\Install-Package NLightning.Infrastructure.Bitcoin -Version 1.0.0
<PackageReference Include="NLightning.Infrastructure.Bitcoin" Version="1.0.0" />
<PackageVersion Include="NLightning.Infrastructure.Bitcoin" Version="1.0.0" />
<PackageReference Include="NLightning.Infrastructure.Bitcoin" />
paket add NLightning.Infrastructure.Bitcoin --version 1.0.0
#r "nuget: NLightning.Infrastructure.Bitcoin, 1.0.0"
#:package NLightning.Infrastructure.Bitcoin@1.0.0
#addin nuget:?package=NLightning.Infrastructure.Bitcoin&version=1.0.0
#tool nuget:?package=NLightning.Infrastructure.Bitcoin&version=1.0.0
NLightning.Infrastructure.Bitcoin
NLightning.Infrastructure.Bitcoin is a dedicated component within the NLightning ecosystem, providing essential
Bitcoin-specific infrastructure services for Lightning Network implementations in .NET. This library focuses on
integrating Bitcoin functionalities, leveraging the NBitcoin library.
Features
- Seamless integration with the Bitcoin network.
- Leverages NBitcoin for core Bitcoin operations.
- Provides foundational Bitcoin-related services for other NLightning components.
Installation
Install the package from NuGet:
dotnet add package NLightning.Infrastructure.Bitcoin
Configuration
This package is designed to work out-of-the-box with minimal configuration, relying on NBitcoin's capabilities.
Usage
NLightning.Infrastructure.Bitcoin is primarily used by other NLightning components that require interaction with the
Bitcoin blockchain or Bitcoin-specific data structures.
Dependencies
- NBitcoin and NBitcoin.Secp256k1 for all Bitcoin-related operations.
- Microsoft.Extensions.Logging for logging infrastructure.
Related Projects
- NLightning.Application
- NLightning.Common
- NLightning.Domain
- NLightning.Bolt11
- NLightning.Infrastructure
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- MessagePack (>= 3.1.4)
- NBitcoin (>= 9.0.5)
- NBitcoin.Secp256k1 (>= 3.2.0)
- NetMQ (>= 4.0.2.2)
- NLightning.Infrastructure (>= 2.0.0)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on NLightning.Infrastructure.Bitcoin:
| Package | Downloads |
|---|---|
|
NLightning.Bolt11
A Bitcoin Lightning Invoice Decoder/Encoder implemented in C# |
|
|
NLightning.Bolt11.Blazor
A Bitcoin Lightning Invoice Decoder/Encoder implemented in C# |
|
|
NLightning.Application
Application Library for NLightning |
GitHub repositories
This package is not used by any popular GitHub repositories.
Added wallet address management, funding transaction builder, and multi-path key derivation in SecureKeyManager. Contains breaking interface changes. See CHANGELOG.md for details.