Category:Hack A Lapp: Introduction to Bitcoins Lightning Network App Development
Jump to navigation
Jump to search
work with the listinvoices() method
understand that invoices have a status
access data from a specific invoice
find a specific invoice with its payment hash
Check if a specific invoice has been paid
change the response to the customer depending on the payment status of the invoice
Hack A Lapp: Introduction to Bitcoins Lightning Network App Development

Lessons
- install pylightning module
- invoke an Remote Procedure Call to your c-lightning node in a python code base
- create an invoice for your customer

Discussion
Pages in category "Hack A Lapp: Introduction to Bitcoins Lightning Network App Development"
The following 4 pages are in this category, out of 4 total.
H
- Hack A Lapp: Introduction to Bitcoins Lightning Network App Development/C-Lightning with python
- Hack A Lapp: Introduction to Bitcoins Lightning Network App Development/C-Lightning with python/Ask your customer to pay with bitcoins lightning network by creating a lightning invoice
- Hack A Lapp: Introduction to Bitcoins Lightning Network App Development/C-Lightning with python/Check if your customer has paid the invoice
- Hack A Lapp: Introduction to Bitcoins Lightning Network App Development/C-Lightning with python/Check which payments have been received