Use this page to view any event (npub, nprofile, nevent, naddr, or hexID).
e.key === 'Enter' && searchEvent()}
/>
{#if error}
{error}
{#if searchQuery.trim()}
{/if}
{#if event && typeof event.getMatchingTags === 'function'}
You can also try viewing this event on
njump.
{/if}
{neventEncode(event, standardRelays)}
{#if event.kind !== 0 && getEventTitle(event)}
{getEventTitle(event)}
{:else if event.kind === 0 && profile && profile.name}{profile.name}
{/if}
Author:
Kind:
{event.kind}
({getEventTypeDisplay(event)})
{#if getEventSummary(event)}
Summary:
{/if}
{#if getEventHashtags(event).length}
{getEventSummary(event)}
Tags:
{/if}
{#each getEventHashtags(event) as tag}
#{tag}
{/each}
Content:
{#if event.kind === 0}
{#if profile}
{:else}
{#if event.tags && event.tags.length}
-
{#if profile.name}
- Name:
- {profile.name}
- Display Name:
- {profile.display_name}
- About:
- {profile.about}
- Picture:
-
- Banner:
-
- Website:
- {profile.website}
- Lightning Address:
- {profile.lud16}
- NIP-05:
- {profile.nip05}
{event.content}
{/if}
{:else}
{@html showFullContent ? parsedContent : contentPreview}
{#if !showFullContent && parsedContent.length > 250}
{/if}
{/if}
Event Tags:
{/if}
{#each event.tags as tag}
{@html renderTag(tag)}
{/each}
Show Raw Event JSON
{JSON.stringify(event.rawEvent(), null, 2)}
No title or content available for this event.
{/if}
{:else if event}
{JSON.stringify(event.rawEvent(), null, 2)}
Fetched event is not a valid NDKEvent. See console for details.
{/if}