{% extends "onboarding/base.html" %} {% block title %}Setup Complete{% endblock %} {% block content %}

Setup Complete!

Your PRSM node has been configured successfully.

Next Steps

  1. Configuration saved to: {{ config_path }}
  2. Start your node with the command below:
$ prsm node start

Your node will be available at:
API: http://localhost:8080
P2P: ws://localhost:8765

{% endblock %}