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
