{% extends "onboarding/base.html" %} {% block title %}Review & Launch{% endblock %} {% block content %}

Review Configuration

Review your configuration below. Click "Write Config & Finish" to save your settings and complete the onboarding process.

Configuration Preview
{{ config | tojson(indent=2) }}
Backend
  • Primary: {{ config.primary_backend }}
  • Fallback: {{ config.fallback_chain | join(', ') }}
Network
  • P2P Port: {{ config.p2p_port }}
  • API Port: {{ config.api_port }}
  • IPFS Auto-Start: {{ config.ipfs_auto_start }}
Configuration will be saved to: {{ config_path }}
Back
{% endblock %}