cosmos-multisig-ui
cosmos-multisig-ui copied to clipboard
Support for various common message types
- [x] Bank
- [x] Send
- [x] Staking
- [x] Delegate (fixed in https://github.com/cosmos/cosmos-multisig-ui/pull/89)
- [x] Claim rewards, Undelegate, Redelegate (#95)
- [x] Set Withdraw address (#123)
- [x] Vesting
- [x] Create vesting accounts (#126)
- [x] IBC
- [x] MsgTransfer (https://github.com/cosmos/cosmos-multisig-ui/issues/127)
- [x] Governance
- [x] MsgVote
- [x] Distribution
- [x] MsgFundCommunityPool
- [x] CosmWasm (https://github.com/cosmos/cosmos-multisig-ui/pull/158)
- [x] Execute
- [x] Instantiate/Instantiate2
- [x] Migrate
- [x] MsgUpdateAdmin
- [ ] Authz (not ready)
- [ ] MsgGrant
- [ ] MsgRevoke
- [ ] MsgExec
possible to support funding community-pool? typically tx distribution fund-community-pool
@webmaster128
@laloquidity added support in #216.