Skip to content
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

Merged
merged 15 commits into from
Oct 8, 2024
Merged

feat: basic deno lightning address server #1

merged 15 commits into from
Oct 8, 2024

Conversation

rolznz
Copy link
Collaborator

@rolznz rolznz commented Sep 26, 2024

TODOs

  • encrypt connection secret field
  • run db migration on startup
  • address feedback

src/lnurlp.ts Outdated
});

return c.json({
pr: transaction.invoice,
Copy link

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?

Copy link
Collaborator Author

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

Copy link
Collaborator Author

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?

src/lnurlp.ts Outdated Show resolved Hide resolved
src/db/db.ts Outdated Show resolved Hide resolved
src/nwc/nwcPool.ts Show resolved Hide resolved
@rolznz rolznz merged commit bd87489 into master Oct 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants