mirror of https://github.com/hyperledger/besu
An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
871 B
14 lines
871 B
description: Getting started with Pantheon
|
|
<!--- END of page meta data -->
|
|
|
|
# Getting started overview
|
|
|
|
You can get started with Pantheon by:
|
|
|
|
* Starting a node as described in [Starting Pantheon](Starting-Pantheon.md)
|
|
* Running from the [Pantheon Docker image](Run-Docker-Image.md)
|
|
* Using the [Private Network Quickstart](Private-Network-Quickstart.md)
|
|
|
|
To run a single node to connect the Ethereum mainnet or a public testnet, running from the Pantheon [Docker image](Run-Docker-Image.md) or [installing the packaged binaries](../Installation/Install-Binaries.md) is the fastest way to get started.
|
|
|
|
To run a private network on which you can make JSON-RPC requests and send transactions, or explore Pantheon and a private Ethereum network, the [Private Network Quickstart](Private-Network-Quickstart.md) runs a private network of Pantheon nodes in Docker containers. |