LNURL
LNURL copied to clipboard
a C# implementation of LNURL
Results
5
LNURL issues
Sort by
recently updated
recently updated
newest added
Would be nice to add a validation of the string identifier in ExtractUriFromInternetIdentifier before trying to create uri and throw an exception if the identifier is invalid.
Fixes https://github.com/Kukks/LNURL/issues/5
By looking at the code of ExtractUriFromInternetIdentifier method I noticed that you want to support port within identifier too. However that doesn't seem to work well if domain is onion....