[![Crate][crate-image]][crate-link] [![Docs][docs-image]][docs-link] See the [repo root] for build status, license, Rust version, etc. # Light Client CLI CLI for the Tendermint [Light Client][light-client]. ## Usage ``` Usage: tendermint-light-client-cli [OPTIONS] --chain-id --primary --witnesses --trusted-height --trusted-hash Options: --chain-id Identifier of the chain --primary Primary RPC address --witnesses Comma-separated list of witnesses RPC addresses --trusted-height Height of trusted header --trusted-hash Hash of trusted header --height Height of the header to verify --trust-threshold Trust threshold [default: 2/3] --trusting-period Trusting period, in seconds (default: two weeks) [default: 1209600] --max-clock-drift Maximum clock drift, in seconds [default: 5] --max-block-lag Maximum block lag, in seconds [default: 5] -v, --verbose... Increase verbosity, can be repeated up to 2 times -h, --help Print help -V, --version Print version ``` [//]: # (badges) [crate-image]: https://img.shields.io/crates/v/tendermint-light-client-cli.svg [crate-link]: https://crates.io/crates/tendermint-light-client-cli [docs-image]: https://docs.rs/tendermint-light-client-cli/badge.svg [docs-link]: https://docs.rs/tendermint-light-client-cli/ [//]: # (general links) [repo root]: https://github.com/informalsystems/tendermint-rs [light-client]: https://github.com/informalsystems/tendermint-rs/tree/main/light-client