Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1.32 KB

casperParser.md

File metadata and controls

25 lines (19 loc) · 1.32 KB

casperParser

casperParser help you parse and store off-chain data from the Casper Blockchain

Options

  -c, --cluster strings    Redis cluster instance addresses. Priority over redis flag but not the sentinel flag.
      --config string      config file (default is $HOME/.casperParser or ./casperParser )
  -d, --database string    Postgres connection string. Prefer ENV variable to setup a secure connection (default "postgres://postgres:mypassword@localhost:5432/casper")
  -h, --help               help for casperParser
  -m, --master string      Redis sentinel master name (default "mymaster")
  -r, --redis string       Redis single instance address. Lowest priority over cluster & sentinel flag. (default "127.0.0.1:6379")
      --rpc string         Casper RPC endpoint (default "http://127.0.0.1:7777/rpc")
  -s, --sentinel strings   Redis sentinel addresses. Highest priority over redis & cluster flag.

SEE ALSO

Auto generated by spf13/cobra on 28-Jan-2023