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.
To install:
go install github.com/Alec1017/validator-duties@latestCheck if it is installed:
validator-duties --helpTo use, run:
validator-duties [global options]--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")