Clients
Running sedge clients
will give you a list of supported clients for consensus, execution and validators.
Help
$ sedge clients -h
List supported clients for execution and consensus engines
Usage:
sedge clients [flags]
Flags:
-h, --help help for clients
Global Flags:
--logLevel string Set Log Level (default "info")
Execution Example
The execution of sedge clients
will result in an output like this, that will show an accurate list of supported clients:
$ sedge clients
2022-00-00 00:00:00 -- [INFO] [Logger Init] Log level: info
2022-00-00 00:00:00 -- [INFO] You are running the latest version of sedge. Version: v0.5.1
2022-00-00 00:00:00 -- [INFO] Listing supported clients for network chiado
# Execution Clients Consensus Clients Validator Clients
=== =================== =================== ===================
1 nethermind lighthouse lighthouse
2 - lodestar lodestar
3 - teku teku
2022-00-00 00:00:00 -- [INFO] Listing supported clients for network gnosis
# Execution Clients Consensus Clients Validator Clients
=== =================== =================== ===================
1 nethermind lighthouse lighthouse
2 - lodestar lodestar
3 - teku teku
2022-00-00 00:00:00 -- [INFO] Listing supported clients for network goerli
# Execution Clients Consensus Clients Validator Clients
=== =================== =================== ===================
1 besu lighthouse lighthouse
2 erigon lodestar lodestar
3 geth prysm prysm
4 nethermind teku teku
2022-00-00 00:00:00 -- [INFO] Listing supported clients for network mainnet
# Execution Clients Consensus Clients Validator Clients
=== =================== =================== ===================
1 besu lighthouse lighthouse
2 erigon lodestar lodestar
3 geth prysm prysm
4 nethermind teku teku
2022-00-00 00:00:00 -- [INFO] Listing supported clients for network sepolia
# Execution Clients Consensus Clients Validator Clients
=== =================== =================== ===================
1 besu lighthouse lighthouse
2 erigon lodestar lodestar
3 geth prysm prysm
4 nethermind teku teku