networks
Command-line helper for managing networks.
networks [OPTIONS] COMMAND [ARGS]...
list
List registered networks
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:
sepolia | mainnet-fork | local | sepolia-fork | mainnet | goerli-fork | goerli
- --provider <provider_filter>
Filter the results by provider
- Options:
test | geth
run
Start a node process
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)
- Default:
ethereum:local:geth
- 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 | ethereum:local:geth | ::test | ethereum:local:test | :local | ethereum:local | ethereum