Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Sep 11, 2024
1 parent 842331a commit 8bf8376
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 deletions.
12 changes: 7 additions & 5 deletions docs/developers/guides/run-a-node/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,16 @@ There are no financial incentives for running a Linea node, but it does allow yo

- Call the Linea JSON RPC API methods and submit transactions to the mempool without relying on an
RPC provider. Note that using [Linea-specific API methods](../../reference/api/index.mdx) such as
`linea_estimateGas` requires Besu and may also need specific plugins to be enabled.
- Have a local copy of the Linea blockchain. This view of the state is "trusted" until the transaction, or the
block that transaction is in, has been finalized on L1.
`linea_estimateGas` and the `finalized` tag require using Linea Besu with the necessary plugins
enabled. Configuring your node to run with these plugins is covered in our guides.
- Have a local copy of the Linea blockchain, also known as a "follower" node. This view of the
state is "trusted" until the transaction, or the block that transaction is in, has been finalized
on L1.

:::note

Running a sequencer node is currently not possible and there is no option to vote on blocks as part of the consensus
mechanism or [fork-choice](https://eth2book.info/capella/part3/forkchoice/#whats-a-fork-choice) like on Ethereum.
There is currently no option to vote on blocks as part of the consensus mechanism or [fork-choice](https://eth2book.info/capella/part3/forkchoice/#whats-a-fork-choice)
like on Ethereum.

:::

Expand Down
1 change: 1 addition & 0 deletions docs/developers/guides/run-a-node/use-binary.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Use a binary distribution
description: Install the Besu or Geth client to run a Linea node.
image: /img/socialCards/use-a-binary-distribution.jpg
---

import Tabs from "@theme/Tabs";
Expand Down
5 changes: 2 additions & 3 deletions docs/developers/guides/run-a-node/use-docker.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
---
title: Use Docker
description: Use Docker to run a Besu or Geth client as a Linea node.
image: /img/socialCards/use-docker-to-run-a-besu-or-geth-client-as-a-linea-node.jpg
image: /img/socialCards/use-docker.jpg
---

import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";

# Use Docker

You can use Docker to run [Hyperledger Besu](https://besu.hyperledger.org/), [Linea Besu](https://github.com/Consensys/linea-besu-package/tree/main),
or [Geth](https://geth.ethereum.org/) as a Linea node on Mainnet or Linea Sepolia.

Expand Down
2 changes: 1 addition & 1 deletion docs/developers/tooling/cloud-infra/spheron.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ providers. Spheron focuses on simplicity, usability, and support to build an eff
for the next generation of applications.

View the [Spheron documentation](https://docs.spheron.network/) for information on how to deploy and manage
your decentralized applications using the platform.
your decentralized applications using the platform.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/socialCards/use-docker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8bf8376

Please sign in to comment.