{{ t('web5.networkingProfits') }}
{{ networkingProfitsDisplay }}
Content: {{ profitsBreakdown.content_sales_sats.toLocaleString() }} sats
Routing: {{ profitsBreakdown.routing_fees_sats.toLocaleString() }} sats
{{ t('web5.didStatus') }}
{{ userDid }}
{{ didStatus }}
DHT Identity
{{ dhtDid }}
Not published
{{ t('web5.wallet') }}
{{ walletConnected ? t('common.connected') : t('common.disconnected') }}
{{ t('web5.nostrRelays') }}
{{ t('web5.relaysConnected', { count: nostrRelayStats?.connected_count ?? 0 }) }}
{{ t('web5.connectedNodes') }}
{{ t('web5.peersKnown', { count: connectedNodesCount }) }}
{{ t('web5.hardwareWalletDetected') }}
{{ detectedHwWallets.map(d => `${d.type}${d.product ? ' (' + d.product + ')' : ''}`).join(', ') }}