Ride-The-Lightning / RTL-Design

Ride The Lightning - A full function web browser app for LND and C-Lightning.
MIT License
12 stars 4 forks source link

Node setup config via the UI #37

Closed saubyk closed 4 years ago

saubyk commented 4 years ago

This feature can be used to edit the config params of an existing lightning node or add new params for a new node. The parameters which need to be entered or modified by the user:

  1. Node name - To identify your node in RTL
  2. Lightning Implementation - LND or C-Lightning
  3. Macaroon Path - Folder containing LND or C-Lightning-REST macaroons.
  4. Lightning Server URL - The REST API server path to enable RTL to connect with the node e.g. https://localhost:8080/v1
  5. Swap Server URL - The url for configuring connection with Loop server (This is an optional config, to enable connecting with loop service and only available for LND)
diogorsergio commented 4 years ago

Addressed and merged in PR: https://github.com/Ride-The-Lightning/RTL-Design/commit/af9603c002c0d051c9217666cada8f18cf371f3d

Onboarding Flow: