2019-05-12 18:21:30 +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
|
|
|
|
2020-06-02 01:44:43 +00:00
|
|
|
### Home Page - Operator
|
|
|
|
- General node information
|
|
|
|
- On-Chain and Lightning balances
|
|
|
|
- Channel capacity with Local-Remote balances and Balance score
|
|
|
|
- Routing fee earned and transactions routed
|
|
|
|
- Channel status for Active, Pending, Inactive and Closing channels
|
|
|
|
|
|
|
|
### Home Page - Merchant
|
|
|
|
- On-Chain and Lightning balances
|
|
|
|
- Inbound Channel capacity
|
|
|
|
- Outbound Channel capacity
|
|
|
|
- Receive and Pay Lightning transactions
|
2018-09-28 01:34:25 +00:00
|
|
|
|
2020-06-03 01:26:48 +00:00
|
|
|
### On-Chain
|
|
|
|
- Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat
|
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
|
2020-06-04 01:07:30 +00:00
|
|
|
- Sweep all funds {LND only}
|
|
|
|
- List of on-chain transactions {LND only}
|
2020-06-03 01:26:48 +00:00
|
|
|
- Export transaction list to csv
|
2018-09-28 01:34:25 +00:00
|
|
|
|
2020-06-03 01:26:48 +00:00
|
|
|
### Lightning
|
|
|
|
#### Peers/Channels
|
|
|
|
- Peer management (Connect, disconnect with network peers)
|
|
|
|
- Open channel
|
2018-11-06 03:06:55 +00:00
|
|
|
- Close channel
|
2020-06-03 01:26:48 +00:00
|
|
|
- Update channel fee policy
|
2020-06-04 01:07:30 +00:00
|
|
|
- Circular Rebalance {LND only}
|
2020-06-03 01:26:48 +00:00
|
|
|
- Open, Pending and Closed channel list
|
|
|
|
- Export all lists to csv
|
|
|
|
|
|
|
|
#### Transactions
|
|
|
|
- Make payments
|
|
|
|
- Invoice generation
|
|
|
|
- Query routes
|
|
|
|
|
|
|
|
#### Routing
|
|
|
|
- Forwarding history
|
2020-06-04 01:07:30 +00:00
|
|
|
- Routing peers summary {LND only}
|
2020-06-03 01:26:48 +00:00
|
|
|
|
|
|
|
#### Graph Lookup
|
|
|
|
- Lookup a node details with pubkey
|
|
|
|
- Lookup a channel details with Channel ID
|
|
|
|
|
|
|
|
#### Sign/Verify
|
|
|
|
- Sign a message with node's private key and generate a signature
|
|
|
|
- Verify the message with a signature to determine the pubkey of the node used to sign
|
2020-06-04 01:09:42 +00:00
|
|
|
|
|
|
|
#### Loop - Optional Feature {LND only}
|
2020-06-04 01:07:30 +00:00
|
|
|
- Loop Out for gaining Inbound channel capacity
|
|
|
|
- Loop In for replenishing Outbound capacity
|
|
|
|
- Loop Out and In transactions list
|
2020-06-03 01:26:48 +00:00
|
|
|
|
2020-06-04 01:07:30 +00:00
|
|
|
#### Backup {LND only}
|
2019-08-03 21:39:40 +00:00
|
|
|
- All channel backup and verify
|
|
|
|
- Individual channel backup and verify
|
|
|
|
- Folder location of the backup files
|
2018-10-12 10:03:19 +00:00
|
|
|
|
2020-06-04 01:07:30 +00:00
|
|
|
### Network {LND only}
|
2020-06-03 01:26:48 +00:00
|
|
|
- Network information from the graph
|
2018-11-25 05:36:44 +00:00
|
|
|
|
2020-06-03 01:26:48 +00:00
|
|
|
### Settings
|
|
|
|
- Fiat conversion toggle
|
|
|
|
- Default node setting for multiple nodes
|
|
|
|
- Toggle for Persona switch to change the dashboard layout
|
|
|
|
- Day-Night mode toggle
|
|
|
|
- Themes for color customizations
|
2019-08-03 21:39:40 +00:00
|
|
|
|
2020-06-03 01:26:48 +00:00
|
|
|
### Help
|
|
|
|
- Basic In-product documentation
|
2019-01-13 13:00:00 +00:00
|
|
|
|
2020-06-03 01:26:48 +00:00
|
|
|
### Public Key
|
|
|
|
- Display the node pubkey along with a QR code
|
|
|
|
- Display the node URI along with a QR code
|