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
Appearance
Ask your customer to pay with bitcoins lightning network by creating a lightning invoice
- install pylightning module
- invoke an Remote Procedure Call to your c-lightning node in a python code base
- create an invoice for your customer
exercise: invoice = rpc_interface.invoice()
was executed. Find out which meta data besides the bolt11 string is provided. What is the meaning of this meta data?