chore: adding wallets

This commit is contained in:
Andre Neves
2021-09-06 19:38:24 -04:00
parent da4ed7a4ad
commit 12f88f2a8e
5 changed files with 77 additions and 11 deletions

View File

@@ -26,13 +26,14 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add
| :--- | :-------: | :-----: | | :--- | :-------: | :-----: |
| [Bipa](https://bipa.app) | | | | [Bipa](https://bipa.app) | | |
| [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) | | [Blixt](https://blixtwallet.github.io/) | ☑️ | [WIP](https://github.com/hsjoberg/lightning-box/blob/master/README.md) |
| [BlueWallet](https://bluewallet.io/) | ☑️ | | | [BlueWallet](https://bluewallet.io/) | ☑️ | ---- |
| [Breez](https://breez.technology/) | | | | [Breez](https://breez.technology/) | | |
| [coinos](https://coinos.io/) | WIP | ☑️ | | [coinos](https://coinos.io/) | WIP | ☑️ |
| [LNbits](https://lnbits.org/) | ☑️ | WIP | | [LNbits](https://lnbits.org/) | ☑️ | WIP |
| [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ | | [@lntxbot](https://t.me/lntxbot) | ☑️ | ☑️ |
| [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ |
| [Muun](https://muun.com/) | | | | [Muun](https://muun.com/) | | |
| [Phoenix](https://phoenix.acinq.co/) | | | | [Phoenix](https://phoenix.acinq.co/) | ☑️ | ---- |
| [ThunderHub](https://github.com/apotdevin/thunderhub) | | | | [ThunderHub](https://github.com/apotdevin/thunderhub) | | |
| [Wallet of Satoshi](https://www.walletofsatoshi.com/) | | | | [Wallet of Satoshi](https://www.walletofsatoshi.com/) | | |
| [Zap](https://www.zaphq.io/) | | | | [Zap](https://www.zaphq.io/) | | |
@@ -40,7 +41,6 @@ _Bitcoin Lightning wallets that support sending and receiving to **Lightning Add
| [SBW](https://lightning-wallet.com/) | ☑️ | ---- | | [SBW](https://lightning-wallet.com/) | ☑️ | ---- |
| [ZEBEDEE](https://zebedee.io/wallet) (and [Bots](https://zebedee.io/bots/), and [Extensions](https://zebedee.io/wallet)) | ☑️ | ☑️ | | [ZEBEDEE](https://zebedee.io/wallet) (and [Bots](https://zebedee.io/bots/), and [Extensions](https://zebedee.io/wallet)) | ☑️ | ☑️ |
| [Zeus](https://github.com/ZeusLN/zeus) | WIP | ---- | | [Zeus](https://github.com/ZeusLN/zeus) | WIP | ---- |
| [@LightningTipBot](https://github.com/LightningTipBot/LightningTipBot) | ☑️ | ☑️ |
## TLDR ## TLDR

View File

@@ -329,21 +329,26 @@ const SATDRESS_SERVERS = [
urlText: '@payaddress.co', urlText: '@payaddress.co',
}, },
{ {
urlLink: 'https://bitmia.com', urlLink: 'https://btcadresse.de',
urlText: '@bitmia.com', urlText: '@btcadresse.de',
}, },
{ {
urlLink: 'https://tinytip.me', urlLink: 'https://ln.fitti.io/',
urlText: '@tinytip.me', urlText: '@ln.fitti.io',
},
{
urlLink: 'https://bitmia.com',
urlText: '@bitmia.com',
}, },
{ {
urlLink: 'https://paymentlink.xyz', urlLink: 'https://paymentlink.xyz',
urlText: '@paymentlink.xyz', urlText: '@paymentlink.xyz',
}, },
{ {
urlLink: 'https://ln.fitti.io/', urlLink: 'https://tinytip.me',
urlText: '@ln.fitti.io', urlText: '@tinytip.me',
}, },
]; ];
const BRIDGE_SERVERS = [ const BRIDGE_SERVERS = [
@@ -360,7 +365,7 @@ const BRIDGE_SERVERS = [
{ {
urlLink: 'https://github.com/Dolu89/ligess/', urlLink: 'https://github.com/Dolu89/ligess/',
urlText: 'Ligess', urlText: 'Ligess',
description: 'Personnal Lightning Address server anyone can self-host to receive Lightning payments at you@yourdomain.com noncustodially.', description: 'Personal Lightning Address server to self-host payments to you@yourdomain.com.',
}, },
]; ];
@@ -383,6 +388,28 @@ const WALLETS = [
downloadText: 'Download Wallet', downloadText: 'Download Wallet',
url: 'https://lightning-wallet.com', url: 'https://lightning-wallet.com',
}, },
{
name: 'BlueWallet',
image: '/images/bluewallet.svg',
downloadText: 'Download Wallet',
url: 'https://bluewallet.io',
imageStyle: {
width: '88px',
marginTop: '3px',
}
},
{
name: 'Phoenix',
image: '/images/phoenix.png',
downloadText: 'Download Wallet',
url: 'https://phoenix.acinq.co/',
},
{
name: 'LNBits',
image: '/images/lntxbot.png',
downloadText: 'Open LNTXBot',
url: 'https://t.me/lntxbot/',
},
{ {
name: 'LNBits', name: 'LNBits',
image: '/images/lnbits.png', image: '/images/lnbits.png',

View File

@@ -33,7 +33,7 @@ export default function Home() {
/> />
<meta <meta
property="og:description" property="og:description"
content="Like an email address, but for your money. An Internet Identifier that allows anyone to send you Bitcoin instantly over the Lightning Network. No scanning QR codes or pasting invoices." content="Like an email address, but for your Bitcoin. An Internet Identifier that allows anyone to send you Bitcoin instantly over the Lightning Network. No scanning QR codes or pasting invoices."
/> />
<meta <meta
property="og:image" property="og:image"

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 29 KiB

BIN
public/images/phoenix.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB