Ride-The-Lightning-RTL/.github/docs/Application_features.md

78 lines
2.1 KiB
Markdown
Raw Normal View History

2021-12-29 18:08:41 -05:00
[Intro](../README.md) -- **Application Features** -- [Road Map](Roadmap.md) -- [Application Configurations](Application_configurations.md)
2018-11-17 12:17:25 -05:00
2018-11-17 12:19:16 -05:00
## RTL - Feature List
2018-09-27 21:34:25 -04: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-27 21:34:25 -04:00
### On-Chain
- Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat
2019-01-08 22:26:52 -05:00
- Receive Funds, Generate Address (with QR Code)
2018-09-27 21:34:25 -04:00
- Send funds
- Sweep all funds {LND only}
- List of on-chain transactions {LND only}
- Export transaction list to csv
2018-09-27 21:34:25 -04:00
### Lightning
#### Peers/Channels
- Peer management (Connect, disconnect with network peers)
- Open channel
2018-11-05 22:06:55 -05:00
- Close channel
- Update channel fee policy
- Circular Rebalance {LND only}
- Open, Pending and Closed channel list
- Export all lists to csv
#### Transactions
- Make payments
- Invoice generation
- Query routes
#### Routing
- Forwarding history
- Routing peers summary {LND only}
#### 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
#### Loop - Optional Feature {LND only}
- Loop Out for gaining Inbound channel capacity
- Loop In for replenishing Outbound capacity
- Loop Out and In transactions list
#### Backup {LND only}
2019-08-03 17:39:40 -04:00
- All channel backup and verify
- Individual channel backup and verify
- Folder location of the backup files
2018-10-12 06:03:19 -04:00
### Network {LND only}
- Network information from the graph
2018-11-25 00:36:44 -05: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 17:39:40 -04:00
### Help
- Basic In-product documentation
2019-01-13 08:00:00 -05:00
### Public Key
- Display the node pubkey along with a QR code
- Display the node URI along with a QR code