{displayProfile($profile, pubkeyDisplay)}
{$profile?.nip05 ? displayNip05($profile.nip05) : pubkeyDisplay}
{#key $profile?.about} {/key}

Public Key

Your public key is your nostr user identifier. It also allows other people to authenticate your messages.

{#if $session?.method === "nip01"}

Private Key

Your private key is your nostr password. Keep this somewhere safe!

{/if}