Nostr

Public Key

<%= 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.

<% else %>

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 %> <% unless current_user.nostr_pubkey.present? %>

<% end %>