From 92906f3049055d46fdfde4bb68b8aef3665e1442 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:25:15 -0400 Subject: [PATCH 1/7] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8806d9df..b81dc8af 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[ **Intro** ] -- [ [Application Features] ] +----- # RTL - Ride The Lightning RTL is a web UI for Lightning Network Daemon. @@ -51,4 +53,11 @@ 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` +## 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. + +### 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. From 80d15f3d9e9dc34e72015baade17f9caa2b35969 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:27:23 -0400 Subject: [PATCH 2/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b81dc8af..6e45646d 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,4 @@ Open your browser at the following address: http://localhost:3000 to access the ### 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. +Open your browser at the address: http://:3000 to access the RTL application. From 9130e0ef288e0bcf522f53fcacc7a724ae4b793c Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:28:08 -0400 Subject: [PATCH 3/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e45646d..42e98a57 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,4 @@ Open your browser at the following address: http://localhost:3000 to access the ### 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. -Open your browser at the address: http://:3000 to access the RTL application. +Open your browser at the address: http://IP address of your node:3000 to access the RTL application. From 8c5609138d666e1addadcbbae4342a546789b9c7 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:31:05 -0400 Subject: [PATCH 4/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42e98a57..a34549fa 100644 --- a/README.md +++ b/README.md @@ -61,4 +61,6 @@ Open your browser at the following address: http://localhost:3000 to access the ### 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. -Open your browser at the address: http://IP address of your node:3000 to access the RTL application. +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 +Open your browser at the following address: http://192.168.0.15:3000 to access RTL. From 01e1853c4ad4ff051f4865bba615b3d4f2d8ac25 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:34:25 -0400 Subject: [PATCH 5/7] Create Application_features.md --- Application_features.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Application_features.md diff --git a/Application_features.md b/Application_features.md new file mode 100644 index 00000000..7670f3cf --- /dev/null +++ b/Application_features.md @@ -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 From e4f3fe88d81b7c9e086d1f0dacc31a455b45626f Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:37:59 -0400 Subject: [PATCH 6/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a34549fa..7bd38526 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[ **Intro** ] -- [ [Application Features] ] +[ **Intro** ] -- [ [Application Features](Application_features.md) ] ----- # RTL - Ride The Lightning From 971ef8f4453f84c87446916e32f52d2dda5e3c88 Mon Sep 17 00:00:00 2001 From: saubyk <39208279+saubyk@users.noreply.github.com> Date: Thu, 27 Sep 2018 21:39:09 -0400 Subject: [PATCH 7/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bd38526..31af27dd 100644 --- a/README.md +++ b/README.md @@ -62,5 +62,5 @@ Open your browser at the following address: http://localhost:3000 to access the ### 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 -Open your browser at the following address: http://192.168.0.15:3000 to access RTL. + +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.