A service that watches the guardian provers and pings them for uptime availability metrics.
Building the taiko-client
binary requires a Go compiler. Once installed, run:
make build
Run migrations:
cd migrations
goose mysql "user:pass@/dbname?parseTime=true" up
To run the health check service:
ENV_FILE=.env go run cmd/main.go healthchecker
To run the stats generator:
ENV_FILE=.generator.env go run cmd/main.go generator
Review all available sub-commands:
bin/guardian-prover-health-check --help
Review each sub-command's command line flags:
bin/guardian-prover-health-check <sub-command> --help