-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: basic deno lightning address server #1
Conversation
src/lnurlp.ts
Outdated
}); | ||
|
||
return c.json({ | ||
pr: transaction.invoice, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is not the correct LNURL response.
- status
- successAction
- routes: [] (not sure if it's fully optional)
and can we support lnurl-verify?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
moved lnurl-verify support to #2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I made it compatible with the LUD-06 spec. Do we need a success action?
TODOs