Skip to content

Commit

Permalink
Edit content.
Browse files Browse the repository at this point in the history
Signed-off-by: bgravenorst <[email protected]>
  • Loading branch information
bgravenorst committed Jun 20, 2024
1 parent 19a8505 commit 0a7637f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/developers/guides/run-linea/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ and a Linea node depends on your specific needs and the environment you're worki
Currently, the Linea stack is available for local deployments only.
:::

The Linea stack incorporates the base layer (L1) and the Linea stack itself. This setup is suited for
developers who are in the process of developing or testing applications on the Linea L2 network.
Run the Linea stack locally if you want to develop or test applications on Linea without connecting
to Sepolia or Ethereum Mainnet.

The Linea stack incorporates the base layer (L1) and the Linea stack itself.
By running the entire Linea stack locally, developers benefit from a controlled environment that provides
direct access to the blockchain's capabilities without connecting to Sepolia or the Ethereum Mainnet.
direct access to the blockchain's capabilities.

## When to run a Linea node

Running a Linea node enables users to call Linea JSON RPC API methods and submit transactions to the
mempool independently, without depending on external RPC providers. This setup ensures a "trusted" local
view of the Linea blockchain state, up until transactions or their containing blocks are finalized on Layer 1 (L1).
Run a Linea node if you want a local view of the Linea blockchain state.
A node enables users to call Linea JSON RPC API methods and submit transactions to the
mempool independently, without depending on external RPC providers.

Select the appropriate card for more information on running Linea using your preferred setup:

Expand Down

0 comments on commit 0a7637f

Please sign in to comment.