Categorygithub.com/stakewise/validator-monitor
repositorypackage
1.0.0
Repository: https://github.com/stakewise/validator-monitor.git
Documentation: pkg.go.dev

# README

validator-monitor

The service is used to calculate the effectiveness of operators.

Usage

Step 1. Installation

git clone https://github.com/stakewise/validator-monitor
cd ./validator-monitor

Step 2. Configuration

Specify the address of the Graph (GRAPH_NODE_URL), ETH2 nodes (BEACON_NODE_URL) and comma separated list of operator wallets OPERATOR_WALLETS as environment variables

Step 3. Start the service

go run .

or

go build .
./validator-monitor

Operator Effectiveness Environment Settings

VariableDescriptionRequiredDefault
BIND_ADDRESSWhich port/interface to listen onNo0.0.0.0:0000
GRAPH_NODE_URLGraph Node EndpointYeshttps://api.thegraph.com/subgraphs/name/stakewise/stakewise-mainnet
BEACON_NODE_URLETH2 Node EndpointYes-
OPERATOR_WALLETSList of operators walletsYes0x6a5b7d2,0x6a5b7d3,0x6a5b7d4 ...