A simple fullstack Lightning App template for learning / development with LND

A simple fullstack Lightning App template for learning / development with LND
Make sure that you have Docker Desktop and Polar installed
Open Docker Desktop and wait for it to start

image

image

image

image

image

image

image

image
npm i to install all of the packages and then run `npm run start' to start the server.
image
cd frontend to navigate to the frontend directory, run npm i to install all of the packages, now finally run npm run dev to start the frontend.
image

image
Now in combination with Polar you can open/close channels, create/pay invoices, and add/remove peers. There is so much more you can do with LND then what is in pleb-node but this should be a great way for you to get started. Check out lnd.js to see all of the lnd methods being called in pleb-node