Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 386 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 386 Bytes

cosmos-exporter

  1. make install
  2. cosmos-expoter start --home /path/to/config/file/config.yaml

Config file template

delegator_addresses: 
  - "delegator_address"
validator_address: "validator_address"
port: ":9092"
denom_metadata:
 display_denom: "atom"
 base_denom: "uatom"
 exponent: 6
node:
 rpc: "http://localhost:26657"
 grpc: "localhost:9090"
 secure: false