networks

Command-line helper for managing networks.

networks [OPTIONS] COMMAND [ARGS]...

list

List all the registered ecosystems, networks, and providers.

networks list [OPTIONS]

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--format <output_format>
Options:

TREE | YAML

--ecosystem <ecosystem_filter>

Filter the results by ecosystem

Options:

ethereum

--network <network_filter>

Filter the results by network

Options:

mainnet-fork | sepolia | goerli-fork | goerli | local | mainnet | sepolia-fork

--provider <provider_filter>

Filter the results by provider

Options:

test | geth

run

Start a subprocess node as if running independently and stream stdout and stderr.

networks run [OPTIONS]

Options

-v, --verbosity <LVL>

One of ERROR, WARNING, SUCCESS, INFO, or DEBUG

--network <network>

Override the default network and provider. (see ape networks list for options)

Options:

:mainnet:geth | ethereum:mainnet:geth | :mainnet | ethereum:mainnet | :goerli:geth | ethereum:goerli:geth | :goerli | ethereum:goerli | :sepolia:geth | ethereum:sepolia:geth | :sepolia | ethereum:sepolia | ::geth | :local:geth | ethereum::geth | ethereum:local:geth | ::test | :local:test | ethereum::test | ethereum:local:test | :local | ethereum:local | ethereum