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.
17 lines
755 B
17 lines
755 B
# Getting Started with Pantheon
|
|
|
|
After you download and unpackage Pantheon, display the command line help to confirm installation:
|
|
|
|
1. At the command line, change into the `pantheon-<release>` directory.
|
|
|
|
2. To display the command line help:
|
|
```
|
|
./bin/pantheon --help
|
|
```
|
|
|
|
[Starting Pantheon](https://docs.pantheon.pegasys.tech/en/stable/Getting-Started/Starting-Pantheon/) includes
|
|
command line examples for connecting to MainNet, public testnets, and running a node for testing.
|
|
|
|
Pantheon documentation is on the [Pantheon documentation site](https://docs.pantheon.pegasys.tech/en/stable/).
|
|
|
|
>**Note** Starting Pantheon by double-clicking the `pantheon` or `pantheon.bat` executables starts a node synchronizing with the Ethereum mainnet. |