Bitcoin Infrastructure Library for NLightning
$ dotnet add package NLightning.Infrastructure.BitcoinNLightning.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.
Install the package from NuGet:
dotnet add package NLightning.Infrastructure.Bitcoin
This package is designed to work out-of-the-box with minimal configuration, relying on NBitcoin's capabilities.
NLightning.Infrastructure.Bitcoin is primarily used by other NLightning components that require interaction with the
Bitcoin blockchain or Bitcoin-specific data structures.