mirror of
https://github.com/aljazceru/lightning-address.git
synced 2025-12-17 21:34:23 +01:00
copy work
This commit is contained in:
@@ -306,18 +306,18 @@ const WALLETS = [
|
|||||||
downloadText: 'Download Wallet',
|
downloadText: 'Download Wallet',
|
||||||
url: 'https://zebedee.io/wallet',
|
url: 'https://zebedee.io/wallet',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'SBW',
|
|
||||||
image: '/images/sbw.png',
|
|
||||||
downloadText: 'Download Wallet',
|
|
||||||
url: 'https://lightning-wallet.com',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'Blixt',
|
name: 'Blixt',
|
||||||
image: '/images/blixt.png',
|
image: '/images/blixt.png',
|
||||||
downloadText: 'Download Wallet',
|
downloadText: 'Download Wallet',
|
||||||
url: 'https://blixtwallet.github.io/',
|
url: 'https://blixtwallet.github.io/',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'SBW',
|
||||||
|
image: '/images/sbw.png',
|
||||||
|
downloadText: 'Download Wallet',
|
||||||
|
url: 'https://lightning-wallet.com',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'LNBits',
|
name: 'LNBits',
|
||||||
image: '/images/lnbits.png',
|
image: '/images/lnbits.png',
|
||||||
@@ -329,15 +329,15 @@ const WALLETS = [
|
|||||||
export const Community = () => (
|
export const Community = () => (
|
||||||
<CommunityModule>
|
<CommunityModule>
|
||||||
<CommunityIntro>Community Bridge Servers and Wallets</CommunityIntro>
|
<CommunityIntro>Community Bridge Servers and Wallets</CommunityIntro>
|
||||||
<CommunityTitle>Integrates as fast as Lightning</CommunityTitle>
|
<CommunityTitle>Community</CommunityTitle>
|
||||||
<CommunityDescription>
|
<CommunityDescription>
|
||||||
We’ve made it exceedingly straightforward to start supporting Lightning Addresses on your own domain or integrate them with the apps you’re building. Set up support for this new standard today and join the era of total Lightning interoperability!
|
We’ve made it exceedingly straightforward to start supporting Lightning Addresses on your own domain or integrate them with the apps you’re building. Set up support for this new standard today and join the era of total Lightning interoperability!
|
||||||
</CommunityDescription>
|
</CommunityDescription>
|
||||||
<CommunityInner>
|
<CommunityInner>
|
||||||
<CommunityLeft>
|
<CommunityLeft>
|
||||||
<CommunitySectionTitle>Get a Lightning Address now!</CommunitySectionTitle>
|
<CommunitySectionTitle>Transact with a Lightning Address today!</CommunitySectionTitle>
|
||||||
<CommunityDescriptionSmall>
|
<CommunityDescriptionSmall>
|
||||||
Get your own Lightning Address now by using one of the apps and services that already support it. You’ll be set up in seconds!
|
The Lightning Network wallets listed below have full support for transacting with Lightning Addresses. Download them to get started sending Bitcoin as easily as you send emails.
|
||||||
</CommunityDescriptionSmall>
|
</CommunityDescriptionSmall>
|
||||||
{WALLETS.map(wallet => (
|
{WALLETS.map(wallet => (
|
||||||
<CommunityCard key={wallet.name}>
|
<CommunityCard key={wallet.name}>
|
||||||
@@ -355,7 +355,7 @@ export const Community = () => (
|
|||||||
</CommunityLeft>
|
</CommunityLeft>
|
||||||
<CommunityRight>
|
<CommunityRight>
|
||||||
<CommunityRightInner>
|
<CommunityRightInner>
|
||||||
<CommunitySectionTitle>Get a Lightning Address now!</CommunitySectionTitle>
|
<CommunitySectionTitle>Connect your Lightning Network node backend to a Lightning Address noncustodially!</CommunitySectionTitle>
|
||||||
<CommunityDescriptionSmall>
|
<CommunityDescriptionSmall>
|
||||||
Get your own Lightning Address now by using one of the apps and services that already support it. You’ll be set up in seconds!
|
Get your own Lightning Address now by using one of the apps and services that already support it. You’ll be set up in seconds!
|
||||||
</CommunityDescriptionSmall>
|
</CommunityDescriptionSmall>
|
||||||
|
|||||||
@@ -252,15 +252,15 @@ export const Providers = () => (
|
|||||||
</ProviderCard>
|
</ProviderCard>
|
||||||
<ProviderCard>
|
<ProviderCard>
|
||||||
<ImageWrapper>
|
<ImageWrapper>
|
||||||
<BTCPayImage src={'/images/btcpay.svg'} alt="BTCPay Server" />
|
<ZEBEDEEImage src={'/images/coinos.png'} alt="coinos" style={{ marginBottom: '-8px' }} />
|
||||||
<DomainURL>you@yourbtcpay.server</DomainURL>
|
<DomainURL>you@coinos.io</DomainURL>
|
||||||
</ImageWrapper>
|
</ImageWrapper>
|
||||||
<ProviderSignUpButton isDisabled>Coming Soon</ProviderSignUpButton>
|
<ProviderSignUpButton target="_blank" href="https://coinos.io">Open Coinos</ProviderSignUpButton>
|
||||||
</ProviderCard>
|
</ProviderCard>
|
||||||
<ProviderCard>
|
<ProviderCard>
|
||||||
<ImageWrapper>
|
<ImageWrapper>
|
||||||
<ZEBEDEEImage src={'/images/coinos.png'} alt="coinos" style={{ marginBottom: '-8px' }} />
|
<BTCPayImage src={'/images/btcpay.svg'} alt="BTCPay Server" />
|
||||||
<DomainURL>you@coinos.io</DomainURL>
|
<DomainURL>you@yourbtcpay.server</DomainURL>
|
||||||
</ImageWrapper>
|
</ImageWrapper>
|
||||||
<ProviderSignUpButton isDisabled>Coming Soon</ProviderSignUpButton>
|
<ProviderSignUpButton isDisabled>Coming Soon</ProviderSignUpButton>
|
||||||
</ProviderCard>
|
</ProviderCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user