Relay Details

{#if $relay} {@const {pubkey, software, version, supported_nips, limitation} = $relay}
{#if pubkey}
Administrator:
{/if} {#if $relay?.contact}
Contact: {$relay.contact}
{/if} {#if software}
Software: {software}
{/if} {#if version}
Version: {version}
{/if} {#if Array.isArray(supported_nips)}

Supported NIPs: {supported_nips.join(", ")}

{/if} {#if limitation?.auth_required}

Auth Required

{/if} {#if limitation?.payment_required}

Payment Required

{/if} {#if limitation?.min_pow_difficulty}

Min PoW: {limitation?.min_pow_difficulty}

{/if}
{/if}