C#
Introduction
Learn how to send and receive instant Bitcoin payments with C# and ZBD.
Prerequisites
To complete this guide, you will need the following:
1. Create project
Create a new project or open an existing project in Visual Studio.
2. Install the ZBD NuGet package
NuGet package name: dev.zbd.csharp
3. Send and receive Bitcoin
The below code is an example of how you can create a charge.
You’re looking for the data.invoice.request
property in the JSON response. It starts with lnbc1
and is the payment request anyone in the Bitcoin Lightning Network can use to pay you.
Was this page helpful?