test-tube-x

Crates.iotest-tube-x
lib.rstest-tube-x
version1.1.1
sourcesrc
created_at2023-10-05 17:42:35.343901
updated_at2023-12-01 06:15:16.852289
descriptionlibrary for building integration testing environments for cosmos-sdk chains in Rust
homepage
repositoryhttps://github.com/persistenceCore/test-tube
max_upload_size
id994395
size56,386
Pranjal Paliwal (betterclever)

documentation

README

Test Tube X

test-tube is a generic library by Osmosis 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.

test-tube-x is a fork of test-tube by Persistence made using newer versions of Cosmos SDK (v47). It can be used by anyone to create a testing environments by anyone using the following defaults:

  • Cosmos SDK v47

  • Persistence SDK v2

  • Cosmwasm v1.4

test-tube-x is currently used to build persistence-test-tube.

Commit count: 0

cargo fmt