This is a CLI meant for managing the active and upcoming duties of an ethereum validator.
Currently, it allows for checking the gaps between upcoming attestations.
Installation
To install:
go install github.com/Alec1017/validator-duties@latest
Check if it is installed:
validator-duties --help
Usage
To use, run:
validator-duties [global options]
Flags
--validator: Index of the validator to get duties for.
--timezone: Timezone for displaying timestamps. (default: "UTC")
--beacon-node-endpoint: Endpoint URL for the beacon node API. (default: "http://localhost:5052")