Hack A Lapp/Introduction to Bitcoins Lightning Network App Development/C-Lightning with python
Appearance
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
