Files
breez-sdk-docs/snippets/csharp
2023-12-13 11:04:22 +02: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-11-03 15:19:58 +01:00
2023-11-03 15:19:58 +01:00
2023-11-27 13:56:25 +01:00
2023-11-03 15:19:58 +01: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