<%= render HeaderComponent.new(title: "Lightning Network") %> <%= render MainSimpleComponent.new do %> <%= render WalletSummaryComponent.new(balance: @balance) %> <%= render partial: "shared/tabnav_lightning" %>

Lightning Address

Your user address is also a Lightning Address! The easiest way to receive sats is by just giving out your address:

disabled="disabled" data-clipboard-target="source" />

Wallet Apps

You can connect various wallet apps to your account. This allows you to both receive and send sats. Any wallet that supports LNDHub accounts should be able to add/import your account using our setup code/URL:

or

<%= render QrCodeModalComponent.new(qr_content: @wallet_setup_url) %>

Recommended Apps

<%= image_tag("/img/logos/alby.svg", class: 'h-16') %>

Firefox / Chrome (Opera, Brave, Chromium-based browsers)

Choose "LNDHub (Bluewallet)" in the connect dialog and paste the setup URL in the "LNDHub Export URI" field.

<%= image_tag("/img/logos/bluewallet.svg", class: 'h-16') %>

Android / iOS / macOS

When adding a wallet, choose "Import wallet" on the bottom of the screen, then scan the setup QR code.

<%= image_tag("/img/logos/zeus.svg", class: 'h-16') %>

Android / iOS

On first launch, tap "Scan node config" and scan the setup QR code. Add your Lightning address as a nickname, then "Save node config".

QR Code for Donations/Tips

You can print out or publish a QR code for people to scan with their wallet apps, so they can send you sats without a direct personal interaction (for example at a concert, or on your website).

<%= link_to "Download SVG file", qr_lnurlp_services_lightning_index_path(format: "svg"), class: "btn-md btn-blue w-full sm:w-auto"%> or <%= link_to "Download PNG file", qr_lnurlp_services_lightning_index_path(format: "png"), class: "btn-md btn-blue w-full sm:w-auto"%>

<% end %>