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
pub mod propose;
pub mod query;
pub mod vote;

pub use propose::propose_store_code;
pub use query::query_proposal;
pub use vote::vote;