mirror of
https://github.com/AtHeartEngineering/lodestar.git
synced 2026-01-09 21:38:03 -05:00
* Remove architecture.md from docs * Update mkdocs.yml to remove architecture.md * Remove architecture link from readme * Remove architecture.md links from depgraph.md * Remove architecture overview from readme * Remove eth2 terminology on contributing.md * remove eth2 references from docs
1.8 KiB
1.8 KiB
Command Line Interface for Lodestar
This package is part of ChainSafe's Lodestar project
Command line tool for Lodestar
Getting started
- Follow the installation guide to install Lodestar.
- Quickly try out the whole stack by starting a local testnet.
- View the typedoc code docs.
Lodestar
We have an experimental new CLI called lodestar which currently provides a subset of the lodestar CLI functionality.
Here's a quick list of the available CLI commands:
| Command | Description |
|---|---|
./bin/lodestar init |
Write a configuration and network identity to disk, by default ./.lodestar |
./bin/lodestar beacon |
Run a beacon node using a configuration from disk, by default ./.lodestar |
./bin/lodestar account |
Run various subcommands for creating/managing Ethereum Consensus accounts |
./bin/lodestar validator |
Run one or more validator clients |
./bin/lodestar dev |
Quickly bootstrap a beacon node and multiple validators. Use for development and testing |
Append --help to any of these commands to print out all options for each command. |
For full documentation on cli commands and options, see the Command Line Reference
License
LGPL-3.0 ChainSafe Systems