Skip to content

bumi/lnd-proxy

Repository files navigation

Joule LND Proxy

Local proxy for a remote LND node.

This app allows you to proxy requests to a remote node through localhost.

This solves the invalid SSL issue when connecting the Joule lightning extension to a remote node.

The browsers complain about the self-signed LND certificate. This proxy allows you to connect joule to localhost through http and requests get proxied to the remote node using the correct certificate.

Screenshots

Main Screen

Runnig Proxy

For more information see: joule-labs/joule-extension#106

Development

This app uses wails as a Go framework for desktop apps.

$ wails serve
$ cd frontend
$ npm run serve

Build:

$ wails build

Download

See releases