Public documentation for running a Scroll node#166
Conversation
✅ Deploy Preview for scroll-documentation ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Outdated
Show resolved
Hide resolved
|
As mentioned in conversation, I'd love to see an intro to this clarifying who the audience is, since this is a "guide" and not just a technical reference. Maybe mention that many developers will use the public RPC and then advance to managed infrastructure by RPC providers in the ecosystem. Also to make clear that this is a "follower node" that can participate in the public mempool of transactions, but does not participate in consensus or block building. Lastly, can we have subheadings in troubleshooting that labels each error? It kind of runs together as it displays now. |
src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/developers/guides/running-a-scroll-node.mdx
Outdated
Show resolved
Hide resolved
| 1. Run the `l2geth` container using the name `l2geth-docker`: | ||
|
|
||
| ```bash | ||
| $ docker run --rm --name l2geth-docker -v $(pwd):/volume -p 8545:8545 -e RUST_LOG="info" -e CHAIN_ID="534352" scrolltech/l2geth:latest \ |
There was a problem hiding this comment.
Actually, does it break without CHAIN_ID="534352"?
| </ToggleElement> | ||
|
|
||
| --- | ||
| ## Troubleshooting |
There was a problem hiding this comment.
I think the first two could be removed, they seem to be irrelevant now
There was a problem hiding this comment.
I'm just going to remove the entire Troubleshooting section then
Description
guide on how to run a Scroll node
other changes
Asidecomponent so that it can display no title