Merge branch 'master' into UX

pull/260/head
Shahana Farooqui 5 years ago
commit e7bae234d9

@ -4,7 +4,7 @@ jobs:
# Publish jobs require those variables
publish_docker_linuxamd64:
machine:
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
@ -18,7 +18,7 @@ jobs:
publish_docker_linuxarm32v7:
machine:
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:
@ -33,7 +33,7 @@ jobs:
publish_docker_linuxarm64v8:
machine:
docker_layer_caching: true
docker_layer_caching: false
steps:
- checkout
- run:

@ -3,7 +3,7 @@
<a href="https://snyk.io/test/github/ShahanaFarooqui/RTL"><img src="https://snyk.io/test/github/ShahanaFarooqui/RTL/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/ShahanaFarooqui/RTL" style="max-width:100%;"></a>
[![license](https://img.shields.io/github/license/DAVFoundation/captain-n3m0.svg?style=flat-square)](https://github.com/DAVFoundation/captain-n3m0/blob/master/LICENSE)
### Stable Release: v0.4.6
### Stable Release: v0.5.3 (Docker build pending)
**Intro** -- [Application Features](docs/Application_features.md) -- [Road Map](docs/Roadmap.md) -- [LND API Coverage](docs/LNDAPICoverage.md) -- [Application Configurations](docs/Application_configurations) -- [C-lightning](docs/C-Lightning-setup.md)
@ -17,8 +17,12 @@
* [Troubleshooting](#trouble)
### <a name="intro"></a>Introduction
RTL is a full function, device agnostic web user interface for Lightning Network Daemon, to help manage lightning node operations.
Lightning Network Daemon is an implementation of Lightning Network BOLT protocol by [Lightning Labs](https://lightning.engineering/).
RTL is a full function, device agnostic, web user interface to help manage lightning node operations.
RTL is available on LND and C-Lightning implementations.
This page covers instructions for LND. For C-lightning, refer to [this](docs/C-Lightning-setup.md) page.
Lightning Network Daemon(LND) is an implementation of Lightning Network BOLT protocol by [Lightning Labs](https://lightning.engineering/).
Pre-requisite for running RTL is a functioning and synced LND node. You can setup your own node, by following the below guides:
* Windows/Mac users can follow Pierre Rochard's [Node Launcher](https://github.com/lightning-power-users/node-launcher)

Loading…
Cancel
Save