Files
breez-sdk-docs/snippets/csharp
Ruben aa7c50425a snippets for sweeping funds on channel closes. (#110)
* Bump breez-sdk snippet dependency to 0.2.12

* Bump the Swift snippet macos version to v13

* Bump breez-sdk snippet dependency to 0.2.14

* swiftformat

* redeem_onchain_funds example

* Document swapinfo fields

* example on how to use local breez-sdk package

* fix dart example

* yarn lint

* remove swapinfo docs

* dart fixup

---------

Co-authored-by: ok300 <106775972+ok300@users.noreply.github.com>
2024-01-31 13:49:20 +01:00
..
2023-11-03 15:19:58 +01:00
2023-11-03 15:19:58 +01:00
2023-11-20 13:51:24 +01:00
2023-11-03 15:19:58 +01:00
2023-11-13 15:53:56 +01:00
2023-11-03 15:19:58 +01:00
2023-11-03 15:19:58 +01:00
2023-11-03 15:19:58 +01:00
2023-11-10 11:43:40 +01:00
2023-12-13 11:04:22 +02:00
2023-11-03 15:19:58 +01:00
2023-12-14 10:02:48 +02:00
2023-11-03 15:19:58 +01:00
2023-12-14 09:46:58 +02:00

Steps to compile the snippets locally

  1. Build a C# package
  1. Place it in the root folder

From the snippets/csharp folder run the following command (replace the version):

nuget add ../../Breez.Sdk.1.0.0.nupkg -Source ./packages

Add a package reference to your local nuget package:

dotnet add package Breez.Sdk -s ./packages

Happy coding