SSV Scanner CLI
Last updated
Last updated
The SSV Scanner CLI
tool is a command-line interface that retrieves events data from the SSV network contract.
A tutorial on using SSV Scanner tool was recorded by a member of SSV community. Take a look at it if you think a video would be useful:
Prerequisites - this tool requires NodeJS installed on your machine.
cluster
ArgumentsYou can use yarn cli cluster --help
to see all arguments and their descriptions.
Run
Output
The cluster snapshot breakdown and the cluster object in transaction payload format.
Example:
nonce
ArgumentsYou can use yarn cli nonce --help
to see all arguments and their descriptions.
Run
Output
The validator registration nonce of the provided owner (to be used in the next validator registration).
Example:
Argument | Type | Description |
---|---|---|
Argument | Type | Description |
---|---|---|
Command
Description
cluster
This command is used to retrieve the latest snapshot of a provided cluster from the SSV network contract.
nonce
This command is used to retrieve the validator registration nonce of a provided account from the SSV network contract.
--node-url (-n)
string
ETH1 (execution client) node endpoint URL
--ssv-contract-address (-ca)
string
--owner-address (-oa)
int
The cluster owner address (in the SSV contract)
--operator-ids (-oids)
string
Comma-separated list of operator IDs. The amount must be 3f+1 compatible.
--node-url (-n)
string
ETH1 (execution client) node endpoint URL
--ssv-contract-address (-ca)
string
--owner-address (-oa)
int
The account owner address (in the SSV contract)
The SSV network contract address ()
The SSV network contract address ()