Skip to content

Commit 6401161

Browse files
authored
Merge pull request #235 from scroll-tech/develop
Update to fix broken link report
2 parents 826145e + 51e094a commit 6401161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/en/developers/guides/running-a-scroll-node.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ date: Last Modified
44
title: "Running a Scroll L2geth Node"
55
lang: "en"
66
permalink: "developers/guides/running-a-scroll-node"
7-
excerpt: "This guide contains instructions on how to to run your own node on the Scroll network."
7+
excerpt: "This guide contains instructions on how to run your own node on the Scroll network."
88
---
99

1010
import Aside from "../../../../../components/Aside.astro"
1111
import ToggleElement from "../../../../../components/ToggleElement.astro"
1212

13-
For most developers, using [our official RPC endpoint](../developer-quickstart#network-configuration) or one offered by other RPC providers in the ecosystem is the easiest way to get started on Scroll. For those looking to maintain their own node, this guide provides instructions on how to run a "follower node" that participates in the public mempool of transactions, but does not participate in consensus or block building. Scroll nodes are a fork of geth, using the clique protocol for consensus, which we call l2geth.
13+
For most developers, using [our official RPC endpoint](/en/developers/developer-quickstart#network-configuration) or one offered by other RPC providers in the ecosystem is the easiest way to get started on Scroll. For those looking to maintain their own node, this guide provides instructions on how to run a "follower node" that participates in the public mempool of transactions, but does not participate in consensus or block building. Scroll nodes are a fork of geth, using the clique protocol for consensus, which we call l2geth.
1414

1515
## Prerequisites
1616

0 commit comments

Comments
 (0)