cw-orch 0.21.1

Scripting library for deploying and interacting with CosmWasm smart-contracts
Documentation
1
2
3
4
5
6
7
//! Integration testing execution environment backed by a [osmosis-test-tube](osmosis_test_tube) App.
//! It has an associated state that stores deployment information for easy retrieval and contract interactions.

mod core;

mod queriers;
pub use self::core::*;