[![Crate][crate-image]][crate-link]
[![Docs][docs-image]][docs-link]
See the [repo root] for build status, license, rust version, etc.
# Light Client Attack Detector
Implementation of the [Light Client Detection][light-client-detection].
## Documentation
See documentation on [docs.rs][docs-link].
## Testing
The CometBFT Light Client Attack Detector is currently primarily tested via the [Hermes][hermes] integration test suite
[//]: # (badges)
[crate-image]: https://img.shields.io/crates/v/cometbft-light-client-detector.svg
[crate-link]: https://crates.io/crates/cometbft-light-client-detector
[docs-image]: https://docs.rs/cometbft-light-client-detector/badge.svg
[docs-link]: https://docs.rs/cometbft-light-client-detector/
[//]: # (general links)
[repo root]: https://github.com/cometbft/cometbft-rs
[CometBFT]: https://github.com/cometbft/cometbft
[light-client-detection]: https://github.com/cometbft/cometbft-rs/tree/main/docs/spec/lightclient/detection