CW3 EXAMPLE
Initial Setup
cargo generate --git https://github.com/andromedaprotocol/andr-cw-template.git --name fixed-multisig -d minimal=true// version info for migration info
const CONTRACT_NAME: &str = "crates.io:fixed-multisig";
const CONTRACT_VERSION: &str = env!("CARGO_PKG_VERSION");andromeda-std = { version = "0.1.2" }Building the ADO
Local Error Types
Migrate Function
Last updated
Was this helpful?