Remote control your Core Lightning node(s) via the lightning network from any web enabled device.
This project is open source and contributions are welcome and encouraged! If you find any bugs, creating an issue for it is super helpful. If you would like to contribute some code and or implement a feature, try jumping in to our Discord to discuss or create an issue on the repo.
We would especially love help translating this app to languages other than English. If you have the ability to translate the text in the en.json file, please go ahead and create a pull request if you know how, otherwise reach out in our Discord so that we can help you get a pull request open.
-
Install the deps
yarn
-
Run dev environment for the browser
yarn dev
Then open in your browser
-
Install the deps
yarn
-
Build to run in a browser:
yarn build