Skip to content

Commit

Permalink
Update features on main page
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelWuensch committed Dec 17, 2023
1 parent 7ea11d7 commit bdad579
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
'Connect to remote lightning nodes (LND only supported right now)',
'Available in many languages',
'Explanations and help across the app',
'Easy phone migration',
'And of course, BitBanana is Bitcoin only!'
];
const nodeManagement = [
'Use your node as a wallet wherever you are',
'Manage multiple nodes',
'Channel management',
'Routing summary'
'Manage channels',
'Manage routing fees',
'Routing summary',
'Manage peers'
];
const wallet = [
Expand All @@ -21,13 +24,14 @@
'Contacts (with avatars)',
'Send funds to Lightning Addresses',
'Send funds without an invoice (keysend)',
'Keysend messages',
'NFC support',
'Transaction filters',
'BTC, mBTC, bit & Satoshi units',
'Fiat currency prices',
'Support for SegWit & Taproot',
'Sign / Verify',
'LNURL support (pay, withdraw & channel)'
'LNURL support (pay, withdraw, auth, channel)'
];
const securityAndPrivacy = [
Expand Down

0 comments on commit bdad579

Please sign in to comment.