Skip to content

Commit

Permalink
Add LDK Node binding and sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisreimann committed Sep 20, 2023
1 parent 5f0c136 commit 53386f6
Show file tree
Hide file tree
Showing 3 changed files with 3,337 additions and 14 deletions.
8 changes: 4 additions & 4 deletions BTCPayApp.Core/BTCPayApp.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="7.0.8" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="7.0.0" />
Expand All @@ -18,10 +22,6 @@
</PackageReference>
</ItemGroup>

<ItemGroup>
<Folder Include="Extensions\" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\submodules\btcpayserver\BTCPayApp.CommonServer\BTCPayApp.CommonServer.csproj" />
<ProjectReference Include="..\submodules\btcpayserver\BTCPayServer.Client\BTCPayServer.Client.csproj" />
Expand Down
Loading

0 comments on commit 53386f6

Please sign in to comment.