Skip to content

CLI for managing the active and upcoming duties of an ethereum validator

License

Notifications You must be signed in to change notification settings

Alec1017/validator-duties

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Validator Duties

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")

About

CLI for managing the active and upcoming duties of an ethereum validator

Resources

License

Stars

Watchers

Forks