Files
lodestar/packages/cli/README.md
Phil Ngo 672665e350 chore: change remaining package licenses from LGPL-v3 to Apache-2.0 (#7915)
**Motivation**

Discussions were previously ongoing to make our entire monorepo and
packages within Apache-2.0 license. The only remaining packages which
were previously under LGPL-v3 were the beacon node, cli, validator
packages.

**Description**

This PR marks the switch for all packages in the Lodestar monorepository
to be under one license, Apache-2.0 of which the majority of consensus
clients have adopted. This PR:

- Removes any instance of LGPLv3
- Switches all LICENSE to adopt Apache-2.0
- Removes CLA bot signing as part of our contribution.md
2025-06-05 08:13:18 -04:00

1.8 KiB

Command Line Interface for Lodestar

Discord Eth Consensus Spec v1.5.0 ES Version Node Version

This package is part of ChainSafe's Lodestar project

Command line tool for Lodestar

Getting started

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 sub-commands 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

Apache-2.0 ChainSafe Systems