Hack A Lapp/Introduction to Bitcoins Lightning Network App Development/C-Lightning with python
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
C-Lightning with python
- install pylightning module
- invoke an Remote Procedure Call to your c-lightning node in a python code base
- create an invoice for your customer

Associated units
- install pylightning module
- invoke an Remote Procedure Call to your c-lightning node in a python code base
- create an invoice for your customer
- Lightning Network
- https://github.com/ElementsProject/lightning/
- More personal video series on youtube: https://www.youtube.com/user/renepickhardt
- https://github.com/renepickhardt/HackALapp
