Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 762 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 762 Bytes

price-feeder-inspector

Script inspecting validator votes and missing currencies

Vote Inspector Python Script

This Python script fetches live submitted aggregated votes from validators and cross-checks them with oracle-accepted denominations. It displays the missing denominations of votes.

How to run ?

## For Canon 
$ python3 votes_inspector.py --network canon

## For mainnet 
$ python3 votes_inspector.py --network mainnet
## By Default It will runs for mainnet
$ python3 votes_inspector.py

Build

$ cd inspector_go 
// build the binary
$ make build

How to run ?

$ ./build/price_inspector --config <CONFIG.yaml> --network canon