ibc-testkit 0.55.0

Maintained by `ibc-rs`, serves as a versatile library that provides essential abstractions and implementations, fulfilling a dual role of enabling rigorous integration testing for the `ibc-rs` implementation while also aiding host chains in addressing a broad spectrum of testing scenarios during their integrations with `ibc-rs`.
Documentation
1
2
3
4
5
6
7
8
9
10
# IBC Testkit

`ibc-testkit` is a versatile library that provides essential abstractions and
implementations, fulfilling a dual role of enabling rigorous integration testing
for the [`ibc-rs`](https://github.com/cosmos/ibc-rs) implementation while also
aiding host chains in addressing a broad spectrum of testing scenarios during
their integrations with `ibc-rs`.

- Note: `ibc-testkit` currently only supports `std` environments. See this
  [issue]https://github.com/cosmos/ibc-rs/issues/329 for more details.