beaker 0.1.3

CosmWasm swiss-army knife configured for Osmosis by default, but trivial to make it work for other CosmWasm enabled chain.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod coin;
pub mod command;
pub mod cosmos;
pub mod future;
pub mod gas;
pub mod hooks;
pub mod node;
pub mod ops_response;
pub mod permission;
pub mod proto;
pub mod signer;
pub mod state;
pub mod string;
pub mod template;
pub mod wasm;