Crate Docs

See the [repo root] for build status, license, Rust version, etc.

Light Client CLI

CLI for the Tendermint 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 ```