Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 302 Bytes

README.md

File metadata and controls

13 lines (13 loc) · 302 Bytes

flow-exporter

Getting started

  1. $ make install
  2. $ mkdir -p $HOME/.flow_exporter
  3. $ vi $HOME/.flow_exporter/config.yaml
  4. Add following config
delegator_address: ""
validator_address: ""
exporter_port: ""
grpc_address: ""
  1. $ flow_exporter start --home $HOME/.flow_exporter