-
Notifications
You must be signed in to change notification settings - Fork 4
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
LN invoice generating service #5
Comments
This is a cool project. I've done some stuff around this before. |
So current plan:
|
are we going to use satoshis for amount in our invoice endpoint? |
Probably needs to be clearer: Amount = <amt-as-0.00000000> |
Using satoshis as If If |
I’ve got my python code to the point where I can start developing against a live API. Can you share something? |
I should have stuff ready later today or tomorrow. |
I edited the description above:
cc. @AnotherDroog TODO: move above description to |
Also, with the creation of https://github.com/lncm/invoicer repo, all related issues should go there, and this one gets closed. |
Create a simple service that uses underlying LN node to expose a simple basic-authenticated REST(?) API generating invoices for specified amounts and descriptions and informs about invoice status change (unpaid -> paid|cancelled|expired).
Ideally done as a part of #1, but can also be delayed for the next meetup, if doing it this way would delay things.
copied from notepad:
Desc: Somewhat related and complementing idea #1 - the service would run on Raspberry Pi, have basic authentication, ufw, fail2ban, and would generate invoices upon request.
Can be used on personal website as a donation link, can be used by projects like satoshis.place to separate payment machine from code-running machine, can be run as a simple merchant PoS payment integration. Can be used as a vending machine backend, etc, etc
Needed: RBP running a LN node, internet connection and either public IP or Tor hidden service.
The text was updated successfully, but these errors were encountered: