Skip to content

clams-tech/Remote

Repository files navigation

Clams Remote

Clams Remote Logo Clams Remote Logo

Remote control your Core Lightning node(s) via the lightning network from any web enabled device.

Contributing

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.

i18n

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.

Running locally

  1. Install the deps

    yarn
    
  2. Run dev environment for the browser

    yarn dev
    

    Then open in your browser

    Or for the native app

    yarn dev-native
    

Building from source

  1. Install the deps

    yarn
    
  2. Build to run in a browser:

yarn build

Or build the native desktop app:

yarn build-native