Crates.io | test-tube-coreum |
lib.rs | test-tube-coreum |
version | 0.2.0 |
source | src |
created_at | 2023-09-21 09:32:32.663782 |
updated_at | 2024-07-03 11:59:03.647987 |
description | library for building integration testing environments for cosmos-sdk chains in Rust |
homepage | |
repository | https://github.com/CoreumFoundation/test-tube |
max_upload_size | |
id | 979240 |
size | 46,371 |
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.
test-tube-coreum
is a modification of test-tube
adjusted for the Coreum Blockchain.