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 | local | holesky-fork | goerli | sepolia-fork | holesky | sepolia | mainnet-fork
- --provider <provider_filter>
Filter the results by provider
- Options:
test | node
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:
:goerli:node | ethereum:goerli:node | :goerli | ethereum:goerli | :mainnet:node | ethereum:mainnet:node | :mainnet | ethereum:mainnet | :sepolia:node | ethereum:sepolia:node | :sepolia | ethereum:sepolia | :holesky:node | ethereum:holesky:node | :holesky | ethereum:holesky | ::node | :local:node | ethereum::node | ethereum:local:node | ::test | :local:test | ethereum::test | ethereum:local:test | :local | ethereum:local | ethereum