Skip to content

Conversation

@benperlmutter
Copy link

Summary

This PR adds two new documentation sections to the README to help new users:

  1. Default Ports - Documents all exposed ports for the Execution Client and OP Node
  2. Stopping the Node - Explains how to gracefully shut down the node

Changes

  • Added "Default Ports" section with tables documenting:
    • Execution Client ports (8545, 8546, 7301, 30303)
    • OP Node ports (7545, 9222, 7300, 6060)
  • Added "Stopping the Node" section with:
    • docker compose down for graceful shutdown
    • docker compose down -v for full reset
    • Note about Ctrl+C for foreground shutdown

Issues

Closes #903
Closes #904


Pull Request opened by Augment Code with guidance from the PR author

- Add Default Ports section documenting exposed ports for Execution Client and OP Node
- Add Stopping the Node section with graceful shutdown instructions

Closes base#903
Closes base#904
@cb-heimdall
Copy link
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mention how to stop the node cleanly in the README Mention default port used by base/node in the README

2 participants