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
pub mod config;
pub mod entrypoint;
pub mod ops;

pub use crate::modules::wasm::config::WasmConfig;
pub use crate::modules::wasm::entrypoint::{WasmCmd, WasmModule};

mod args;
mod proposal;