Initialize the Contract
const initobj = {
admins: ["<your-validator-self-delegate-key>"],
mutable: false
};
< undefined
JSON.stringify(initobj);
< '{"admins":["<your-validator-self-delegate-key>"],"mutable":false}'sourced tx wasm instantiate <code-id> '{"admins":["<your-validator-self-delegate-key>"],"mutable":false}' --amount 50000usource --label "CW1 example contract" --from <your-key> --chain-id <chain-id> \
--gas-prices 0.1usource --gas auto --gas-adjustment 1.3 -b block -yLast updated
