Files
breez-sdk-docs/snippets/csharp/README.md
2023-11-10 11:43:40 +01:00

536 B

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