2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-11-03 23:15:24 +00:00
RTL/Application_features.md

71 lines
1.7 KiB
Markdown
Raw Normal View History

2019-02-17 21:53:22 +00:00
[Intro](README.md) -- **Application Features** -- [Road Map](Roadmap.md) -- [LND API Coverage](LNDAPICoverage.md) -- [Application Configurations](Application_configurations)
2018-11-17 17:17:25 +00:00
2018-11-17 17:19:16 +00:00
## RTL - Feature List
2018-09-28 01:34:25 +00:00
2018-11-17 17:19:16 +00:00
### Home Page (Dashboard and Node Status)
2018-09-28 01:34:25 +00:00
- Wallet Balance
- Number of Peers connected
- Channel Balance
- Chain Sync status indicator
- Fee Report
2019-02-05 01:31:55 +00:00
- Channel Status
- Channel Balance comparison (aggregate local vs remote)
2018-09-28 01:34:25 +00:00
- Network Info
2018-11-17 17:19:16 +00:00
### Settings
2018-10-12 10:03:19 +00:00
- Current Unit Toggle (Sats to BTC)
- Layout Customization
- Menu Customization
- Theme Skins
- Nav Options
2019-01-09 03:26:52 +00:00
### LND Wallet
#### Send/Receive
2018-09-28 01:34:25 +00:00
- Total Balance
- Confirmed Balance
- Unconfirmed Balance
2019-01-09 03:26:52 +00:00
- Receive Funds, Generate Address (with QR Code)
2018-09-28 01:34:25 +00:00
- Send funds
2019-01-09 03:26:52 +00:00
#### List Transactions
- List of on-chain transactions
2018-09-28 01:34:25 +00:00
2018-11-17 17:19:16 +00:00
### Peers (Manage LN Peers)
2018-11-06 03:06:55 +00:00
- Connect to a peer with the LN Public key and/or IP address
- List of connected peers with alias
2018-12-25 04:38:20 +00:00
- Detach Peer
2018-09-28 01:34:25 +00:00
2018-11-17 17:19:16 +00:00
### Channels
#### Management
2018-09-28 01:34:25 +00:00
- Open Channel with connected peers
- List of channels
2018-11-06 03:06:55 +00:00
- Close channel
2019-01-20 01:20:09 +00:00
- Update Channel (One or All)
2018-12-25 04:38:20 +00:00
#### Pending
- Pending Open Channels (Default)
- Pending Force Closing Channels
- Pending Closing Channels
- Waiting Close
2019-01-09 03:26:52 +00:00
#### Closed
- List of Closed Channels
2018-10-12 10:03:19 +00:00
2018-11-17 17:19:16 +00:00
### Payments
#### List Payments
2018-11-17 17:15:26 +00:00
- List of payments made via node
2018-11-17 17:19:16 +00:00
#### Send Payment
2018-10-12 10:03:19 +00:00
- Verify and Send Payments
2019-01-08 02:13:41 +00:00
- Pay empty invoice with custom amount
2018-10-12 10:08:09 +00:00
2018-11-25 05:36:44 +00:00
### Invoices
2019-01-08 02:13:41 +00:00
- Add Invoice with Optional Memo and Amount and Generate payment request (with QR Code)
2018-11-25 05:36:44 +00:00
- List Invoices
2019-01-28 02:50:05 +00:00
### Forwarding History
- View all the forwarded HTLCs within a date range (default view is past 24 hours)
2019-01-13 13:00:00 +00:00
### Lookups
- Lookup a node details with pubkey
- Lookup a channel details with Channel ID
2018-11-17 17:19:16 +00:00
### Node Config
2018-10-12 10:08:09 +00:00
- Read-only view of Node conf files for lnd and bitcoin