Crates.io | test-tube-prov |
lib.rs | test-tube-prov |
version | 0.2.0 |
source | src |
created_at | 2024-04-29 21:48:29.70125 |
updated_at | 2024-09-30 08:41:11.742198 |
description | library for building smart contract integration testing environments for Provenance Blockchain in Rust |
homepage | |
repository | https://github.com/provenance-io/provwasm-test-tube |
max_upload_size | |
id | 1224521 |
size | 48,134 |
provwasm-test-tube
is a generic library for building testing environments
for ProvWasm smart contracts. It allows you to test your smart contract
logic against the actual Provenance/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 network.