Generated — do not edit. Source of truth:
crates/ict-rs/docs/vocs/pages/index.mdx. Edit there, then rebuild docs.
ict-rs
Rust re-implementation of Interchain Test. It starts real Docker chains for integration tests — not mocks of consensus.
cargo run --example basic_cosmos --features docker
cargo test| Feature | What it enables |
|---|---|
docker | Docker runtime (required for real tests) |
testing | TestChain, TestEnv, mock relayer |
ethereum | Anvil / EVM |
terp | Terp modules (tokenfactory, hashmerchant, …) |
full | All of the above |
Edit these pages in crates/ict-rs/docs/vocs/pages. Permissionless docs copies them at compile time.