<%= link_to nostr_pubkey_settings_path, class: 'btn-md btn-outline text-red-700 relative shrink-0', data: { turbo_method: :delete, turbo_confirm: 'Are you sure?' } do %> Remove <% end %>
<% if current_user.nostr_pubkey.present? %>Your user address <%= current_user.address %> is also a Nostr address now. Use your favorite Nostr app, or for example metadata.nostr.com, to add this NIP-05 address to your public profile.
If you use any apps on the Nostr network, you can verify your public key with us in order to enable Nostr-specific features for your account.
<% end %>We recommend Alby, which you can also use for your Lightning Wallet.
<% end %>