Basic tutorial on developing Bitcoin Lightning applications using Node and Express.
I highly recommend reading the full tutorial to understand how this repo works. http://digest.fatbear.io/issues/bitcoin-lightning-development-tutorial-node-express-751426
- Install Polar
- Start polar network
- Find your LND Connect URI from polar LND node
- Update
LND_CONNECT_URL
insrc/index.js
yarn
yarn start
to start express server.curl http://localhost:4444/balance
to see balance