eth-docker

repository·main·Indexed 20 days ago

https://github.com/ethstaker/eth-docker

Docker automation for running Ethereum nodes, featuring the ethd CLI tool for installation, configuration, and node software management.

Tokens
229
Snippets
2
Records
2
Agent score
19%

What's inside eth-docker

  1. Quickstart: Install and configure Eth Docker for a testnet

    main

    To perform a quick testnet installation, ensure you are not logged in as root. Clone the repository, install the prerequisites, and run the configuration wizard using the ./ethd CLI tool.

    Note: For production setups and detailed configuration, refer to the official documentation.

    cd ~ && git clone https://github.com/ethstaker/eth-docker.git && cd eth-docker
    ./ethd install
    ./ethd config
  2. Use the ethd CLI for installation and configuration

    main

    Eth Docker provides a CLI tool named ethd to manage the lifecycle of your Ethereum nodes. The two primary commands for initial setup are:

    • install: Installs necessary prerequisites and dependencies.
    • config: Launches the configuration wizard to set up your node parameters.
    ./ethd install
    ./ethd config