{% extends "onboarding/base.html" %} {% block title %}Node Identity{% endblock %} {% block content %}
Your node needs a cryptographic identity to participate in the PRSM network. This is an Ed25519 keypair used for authentication and message signing.
{% if existing_identity %}{{ existing_identity.node_id[:16] }}...