test-tube

Crates.iotest-tube
lib.rstest-tube
version0.8.0
sourcesrc
created_at2022-12-21 13:33:15.071658
updated_at2024-10-23 03:17:36.1685
descriptionlibrary for building integration testing environments for cosmos-sdk chains in Rust
homepage
repositoryhttps://github.com/osmosis-labs/test-tube
max_upload_size
id743170
size57,099
crate-publishers (github:osmosis-labs:crate-publishers)

documentation

README

test-tube

test-tube on crates.io Docs

test-tube is a generic library for building testing environments for CosmWasm smart contracts. It allows you to test your smart contract logic against the actual Cosmos SDK chain's logic, which is written in Go, using Rust. This eliminates the need to write Go code or learn Go in order to test your smart contracts against the Cosmos SDK.

Commit count: 329

cargo fmt