The validator dashboard shows the current status of events in the attestation phase of the Ingex zk-oracle. It displays the proposer outcome, the bond subject to slashing and the attestation progress.
- Node.js (version 16 or higher)
- Install dependencies:
npm install
To start the dashboard, use the following command:
npm start
The dashboard relies on the following environment variables:
API_KEY
: RPC endpoint to retreive data stored onchain.CONTRACT_ADDRESS
: This will be initially set to the Sepolia deployment.