Gnolang multisig research

Gnosis safe

Requires backend server for offchain signature management

cw3 (Cosmwasm multisig)

Fully done on-chain

There are 2 cw3 implemenetations - one for flexible members one and the other for fixed members one. Flexible one is more similar to Gnosis safe.
https://github.com/CosmWasm/cw-plus/tree/main/contracts/cw3-flex-multisig
https://github.com/CosmWasm/cw-plus/tree/main/contracts/cw3-fixed-multisig

Question

Should we do this fully on-chain? It’s much easier I guess.

Direction

Gnosis-safe contracts won't be utilized. Since it relies on offchain signature management with backend. We can utilize only the UX of the Gnosis safe.

Question2

Are we fine to use cw3 contract logic to build Multisig?

This readme has how cw3 multisig works.

Select a repo