Stake as cw3
Goal: stake as the cw3 multisig contract
Fund the cw3 contract
MULTISIG=nibi1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrqugq26k
FROM=nibi1zaavvzxez0elundtn32qnk9lkm8kmcsz44g7xl
nibid tx bank send \
$FROM \
$MULTISIG \
100000000unibi \
--fees 5000unibi \
--yes | tx(Optional) Verify funds were transferred
MULTISIG=nibi1nc5tatafv6eyq7llkr2gv50ff9e22mnf70qgjlv737ktmt4eswrqugq26k
nibid q bank balances $MULTISIG | jq{
"balances": [
{
"denom": "unibi",
"amount": "100000000"
}
],
"pagination": {
"next_key": null,
"total": "0"
}
}Query list of validators
Create cw3 proposal
Create base64 encoded stargate msg
Upload proposal
(Optional) Vote on Proposal
Execute the Proposal
Query validator delegations
Query the proposal
Last updated