making application feature list current # 2

pull/353/head
saubyk 4 years ago
parent a33b79a359
commit ea2e4769f3
No known key found for this signature in database
GPG Key ID: 00C9E2BC2E45666F

@ -15,67 +15,59 @@
- Outbound Channel capacity - Outbound Channel capacity
- Receive and Pay Lightning transactions - Receive and Pay Lightning transactions
### Settings ### On-Chain
- Fiat conversion toggle - Total, Confirmed and Unconfirmed balances in Sats, BTC and Fiat
- Default node setting for multiple nodes
- Toggle for Persona switch to change the dashboard layout
- Day-Night mode toggle
- Themes for color customizations
### LND Wallet
#### Send/Receive
- Total Balance
- Confirmed Balance
- Unconfirmed Balance
- Receive Funds, Generate Address (with QR Code) - Receive Funds, Generate Address (with QR Code)
- Send funds - Send funds
#### List Transactions - Sweep all funds
- List of on-chain transactions - List of on-chain transactions
- Export transaction list to csv
### Peers (Manage LN Peers) ### Lightning
- Connect to a peer with the LN Public key and/or IP address #### Peers/Channels
- List of connected peers with alias - Peer management (Connect, disconnect with network peers)
- Detach Peer - Open channel
### Channels
#### Management
- Open Channel with connected peers
- List of channels
- Close channel - Close channel
- Update Channel (One or All) - Update channel fee policy
#### Pending - Circular Rebalance
- Pending Open Channels (Default) - Open, Pending and Closed channel list
- Pending Force Closing Channels - Export all lists to csv
- Pending Closing Channels
- Waiting Close #### Transactions
#### Closed - Make payments
- List of Closed Channels - Invoice generation
- Query routes
#### Routing
- Forwarding history
- Routing peers summary
#### 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
#### Backup #### Backup
- All channel backup and verify - All channel backup and verify
- Individual channel backup and verify - Individual channel backup and verify
- Folder location of the backup files - Folder location of the backup files
### Payments ### Network
#### Send - Network information from the graph
- Verify and Send Payments
- List of payments made via node
- Pay empty invoice with custom amount
#### Query Routes
- Query the path to the node with the pubkey and amount to be sent
### Invoices
- Add Invoice with Optional Memo and Amount and Generate payment request (with QR Code)
- List Invoices
### Forwarding History ### Settings
- View all the forwarded HTLCs within a date range (default view is past 24 hours) - Fiat conversion toggle
- Default node setting for multiple nodes
### Routing Peers - Toggle for Persona switch to change the dashboard layout
- Show routing events group by incoming and outgoing events group by peer alias, channel id and amount routed - Day-Night mode toggle
- Themes for color customizations
### Lookups ### Help
- Lookup a node details with pubkey - Basic In-product documentation
- Lookup a channel details with Channel ID
### Node Config ### Public Key
- Read-only view of Node conf files for lnd and bitcoin - Display the node pubkey along with a QR code
- Display the node URI along with a QR code
Loading…
Cancel
Save