SSV Scanner CLI
The SSV Scanner CLI
tool is a command-line interface that retrieves events data from the SSV network contract.
Video tutorial
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:
Installation
Prerequisites - this tool requires NodeJS installed on your machine.
Commands
Command | Description |
| This command is used to retrieve the latest snapshot of a provided cluster from the SSV network contract. |
| This command is used to retrieve the validator registration nonce of a provided account from the SSV network contract. |
cluster
Arguments
cluster
ArgumentsYou can use yarn cli cluster --help
to see all arguments and their descriptions.
Argument | Type | Description |
---|---|---|
| string | ETH1 (execution client) node endpoint URL |
-- | string | |
-- | int | The cluster owner address (in the SSV contract) |
-- | string | Comma-separated list of operator IDs. The amount must be 3f+1 compatible. |
Run
Output
The cluster snapshot breakdown and the cluster object in transaction payload format.
Example:
nonce
Arguments
nonce
ArgumentsYou can use yarn cli nonce --help
to see all arguments and their descriptions.
Argument | Type | Description |
---|---|---|
| string | ETH1 (execution client) node endpoint URL |
-- | string | |
-- | int | The account owner address (in the SSV contract) |
Run
Output
The validator registration nonce of the provided owner (to be used in the next validator registration).
Example:
Last updated