kumulynja / ldk_node_flutter_demo

App to demonstrate how ldk_node in Flutter can be used to create a Lightning wallet app
12 stars 4 forks source link

Invoice payment #18

Closed kumulynja closed 1 year ago

kumulynja commented 1 year ago

This PR finishes the views and logic to be able to pay invoices both with amounts as without amounts. In the latter case it permits adding the amount to pay.

It changes some of the configs to be able to test everything on a local regtest network. The setup is explained in the README file.