mirror of
https://github.com/Ride-The-Lightning/RTL.git
synced 2024-11-19 01:40:29 +01:00
Merge branch 'master' of https://github.com/ShahanaFarooqui/RTL
This commit is contained in:
commit
d742f55f78
26
Application_features.md
Normal file
26
Application_features.md
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
# RTL - Feature List
|
||||||
|
|
||||||
|
## Home Page (Dashboard and Node Status)
|
||||||
|
- Wallet Balance
|
||||||
|
- Number of Peers connected
|
||||||
|
- Number of Active channels
|
||||||
|
- Channel Balance
|
||||||
|
- Chain Sync status indicator
|
||||||
|
- Fee Report
|
||||||
|
- Network Info
|
||||||
|
|
||||||
|
## LND Wallet (Wallet functions available on LND)
|
||||||
|
- Total Balance
|
||||||
|
- Confirmed Balance
|
||||||
|
- Unconfirmed Balance
|
||||||
|
- Generate Address (with QR Code)
|
||||||
|
- Send funds
|
||||||
|
|
||||||
|
## Peers (Manage LN Peers)
|
||||||
|
- Connect to a peer with the LN Public key and IP address
|
||||||
|
- List of connected peers
|
||||||
|
|
||||||
|
## Channels (Manage channels with network peers)
|
||||||
|
- Channel Status (Number of Active, Inactive and Pending channels)
|
||||||
|
- Open Channel with connected peers
|
||||||
|
- List of channels
|
12
README.md
12
README.md
@ -1,3 +1,5 @@
|
|||||||
|
[ **Intro** ] -- [ [Application Features](Application_features.md) ]
|
||||||
|
-----
|
||||||
# RTL - Ride The Lightning
|
# RTL - Ride The Lightning
|
||||||
|
|
||||||
RTL is a web UI for Lightning Network Daemon.
|
RTL is a web UI for Lightning Network Daemon.
|
||||||
@ -51,4 +53,14 @@ If the server started successfully, you should get the below output on the conso
|
|||||||
|
|
||||||
`Server is up and running, please open the UI at http://localhost:3000`
|
`Server is up and running, please open the UI at http://localhost:3000`
|
||||||
|
|
||||||
|
## Accessing the Application
|
||||||
|
|
||||||
|
You can access the application in two ways:
|
||||||
|
### Same computer as the webserver
|
||||||
Open your browser at the following address: http://localhost:3000 to access the RTL application.
|
Open your browser at the following address: http://localhost:3000 to access the RTL application.
|
||||||
|
|
||||||
|
### Remotely from another computer on the same local network as the node
|
||||||
|
To access the application remotely from a computer, ensure that the firewall running on your node allows access on port 3000.
|
||||||
|
You would need the IP address of your application to access the application.
|
||||||
|
|
||||||
|
E.g. if the IP address of your node is 192.168.0.15 then open your browser at the following address: http://192.168.0.15:3000 to access RTL.
|
||||||
|
Loading…
Reference in New Issue
Block a user