https://github.com/bumi/lnd-proxy
Local proxy for a remote LND node
https://github.com/bumi/lnd-proxy
golang lightning-network lnd proxy
Last synced: 8 months ago
JSON representation
Local proxy for a remote LND node
- Host: GitHub
- URL: https://github.com/bumi/lnd-proxy
- Owner: bumi
- Created: 2020-09-28T22:32:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T21:38:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-01T18:31:32.623Z (9 months ago)
- Topics: golang, lightning-network, lnd, proxy
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://lightningjoule.com/) 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: https://github.com/joule-labs/joule-extension/issues/106
## Development
This app uses [wails](https://wails.app) as a Go framework for desktop apps.
$ wails serve
$ cd frontend
$ npm run serveBuild:
$ wails build
## Download
See [releases](https://github.com/bumi/lnd-proxy/releases)