LNURLSharp.Logic
0.1.1016.2122
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package LNURLSharp.Logic --version 0.1.1016.2122
NuGet\Install-Package LNURLSharp.Logic -Version 0.1.1016.2122
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="LNURLSharp.Logic" Version="0.1.1016.2122" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LNURLSharp.Logic --version 0.1.1016.2122
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: LNURLSharp.Logic, 0.1.1016.2122"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install LNURLSharp.Logic as a Cake Addin #addin nuget:?package=LNURLSharp.Logic&version=0.1.1016.2122 // Install LNURLSharp.Logic as a Cake Tool #tool nuget:?package=LNURLSharp.Logic&version=0.1.1016.2122
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
LNURLSharp
A simple LNURL server and library package
Install
git clone https://github.com/rsafier/LNURLSharp
cd LNURLSharp
dotnet restore
mkdir -p bin
dotnet build -c Release -o bin
Configuration file sample (adjust for your node & domain)
{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Information"
}
},
"WriteTo": [
{ "Name": "Console" },
{
"Name": "File",
"Args": {
"path": "log.txt",
"rollingInterval": "Day"
}
}
]
},
"AllowedHosts": "*",
"LNDSettings": {
"GrpcEndpoint": "https://127.0.0.1:10004",
"TLSCertBase64": "LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUNLRENDQWMyZ0F3SUJBZ0lSQVBiNHc3NjZ3am56VXJwRTE1ejNzOG93Q2dZSUtvWkl6ajBFQXdJd01URWYKTUIwR0ExVUVDaE1XYkc1a0lHRjFkRzluWlc1bGNtRjBaV1FnWTJWeWRERU9NQXdHQTFVRUF4TUZZV3hwWTJVdwpIaGNOTWpFd09USTJNRFF6TnpNNVdoY05Nakl4TVRJeE1EUXpOek01V2pBeE1SOHdIUVlEVlFRS0V4WnNibVFnCllYVjBiMmRsYm1WeVlYUmxaQ0JqWlhKME1RNHdEQVlEVlFRREV3VmhiR2xqWlRCWk1CTUdCeXFHU000OUFnRUcKQ0NxR1NNNDlBd0VIQTBJQUJNL2JlTHR4c3hoNmRxMEE3OFlKeXJCdHB1ZkR0R1FncS81WnZidFN4MzBnVnZLMworb2dqRTZCL2dhSHFaNHdvSWhmMGdqbG1Gd2txSlZybDNORUQ0RE9qZ2NVd2djSXdEZ1lEVlIwUEFRSC9CQVFECkFnS2tNQk1HQTFVZEpRUU1NQW9HQ0NzR0FRVUZCd01CTUE4R0ExVWRFd0VCL3dRRk1BTUJBZjh3SFFZRFZSME8KQkJZRUZLSDFzZXFDUVdNaXh0VlVoTTVyZWZ2dGRXWFlNR3NHQTFVZEVRUmtNR0tDQldGc2FXTmxnZ2xzYjJOaApiR2h2YzNTQ0JXRnNhV05sZ2c1d2IyeGhjaTF1TVMxaGJHbGpaWUlFZFc1cGVJSUtkVzVwZUhCaFkydGxkSUlIClluVm1ZMjl1Ym9jRWZ3QUFBWWNRQUFBQUFBQUFBQUFBQUFBQUFBQUFBWWNFckJNQUFqQUtCZ2dxaGtqT1BRUUQKQWdOSkFEQkdBaUVBMVVLNlNLM3MwTWptOWRLSGNRdEs5clZzSXRlVzhKbEY4d0NQY1hrcVpsOENJUUR2Y214UAp4Z3ZPVFZ5WVJiT28wNnhGMHh5NGl1bTA5a0wrbFo4bTNJYklEdz09Ci0tLS0tRU5EIENFUlRJRklDQVRFLS0tLS0K",
"MacaroonBase64": "AgEDbG5kAvgBAwoQqoXSrrARwAfLsmi3//VxTRIBMBoWCgdhZGRyZXNzEgRyZWFkEgV3cml0ZRoTCgRpbmZvEgRyZWFkEgV3cml0ZRoXCghpbnZvaWNlcxIEcmVhZBIFd3JpdGUaIQoIbWFjYXJvb24SCGdlbmVyYXRlEgRyZWFkEgV3cml0ZRoWCgdtZXNzYWdlEgRyZWFkEgV3cml0ZRoXCghvZmZjaGFpbhIEcmVhZBIFd3JpdGUaFgoHb25jaGFpbhIEcmVhZBIFd3JpdGUaFAoFcGVlcnMSBHJlYWQSBXdyaXRlGhgKBnNpZ25lchIIZ2VuZXJhdGUSBHJlYWQAAAYgoOToq3rQ6kdNZbcWbVCxVwq9UFLHwPbbG2Zkhmj2+jE="
},
"LNURLSettings": {
"Domain": "test.local",
"InvoiceExpiryInSeconds": 600
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
},
"Https": {
"Url": "https://localhost:5001"
}
}
}
}
Tips can be send via Lightning Address to: tips@safier.com
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net5.0
- LNDroneController.LND (>= 0.1.1016.836)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.3.512.2021 | 840 | 5/12/2022 |
0.2.1108.2232 | 339 | 11/8/2021 |
0.2.1025.1448 | 320 | 10/25/2021 |
0.2.1025.312 | 398 | 10/25/2021 |
0.2.1024.2353 | 365 | 10/24/2021 |
0.2.1023.2341 | 425 | 10/23/2021 |
0.2.1021.623 | 358 | 10/21/2021 |
0.2.1021.622 | 366 | 10/21/2021 |
0.2.512.2019 | 404 | 5/12/2022 |
0.1.1020.2115 | 396 | 10/20/2021 |
0.1.1020.2108 | 394 | 10/20/2021 |
0.1.1020.525 | 311 | 10/20/2021 |
0.1.1020.401 | 332 | 10/20/2021 |
0.1.1020.106 | 317 | 10/20/2021 |
0.1.1020.21 | 345 | 10/20/2021 |
0.1.1019.1559 | 372 | 10/19/2021 |
0.1.1019.345 | 347 | 10/19/2021 |
0.1.1019.313 | 333 | 10/19/2021 |
0.1.1019.310 | 343 | 10/19/2021 |
0.1.1019.249 | 359 | 10/19/2021 |
0.1.1018.1802 | 349 | 10/18/2021 |
0.1.1017.2307 | 313 | 10/17/2021 |
0.1.1017.2301 | 324 | 10/17/2021 |
0.1.1017.2014 | 360 | 10/17/2021 |
0.1.1017.430 | 430 | 10/17/2021 |
0.1.1017.310 | 455 | 10/17/2021 |
0.1.1017.309 | 438 | 10/17/2021 |
0.1.1017.156 | 322 | 10/17/2021 |
0.1.1017.131 | 329 | 10/17/2021 |
0.1.1017.51 | 352 | 10/17/2021 |
0.1.1016.2157 | 383 | 10/16/2021 |
0.1.1016.2156 | 360 | 10/16/2021 |
0.1.1016.2133 | 361 | 10/16/2021 |
0.1.1016.2128 | 377 | 10/16/2021 |
0.1.1016.2122 | 360 | 10/16/2021 |
0.1.1016.2117 | 377 | 10/16/2021 |
0.1.1016.2112 | 392 | 10/16/2021 |
0.1.1016.2109 | 360 | 10/16/2021 |
0.1.1016.2108 | 387 | 10/16/2021 |
0.1.1016.2104 | 373 | 10/16/2021 |
0.1.1016.2100 | 372 | 10/16/2021 |
0.1.1016.1931 | 431 | 10/16/2021 |
0.1.1016.1923 | 398 | 10/16/2021 |