Substrate Multisig Wallet by DappForce
- Create a multisig wallet with multiple owners.
- Submit a new transaction.
- See list of transactions in a wallet.
- Confirm a pending transaction.
- Change wallet parameters (confirms required, max tx value), add/remove owners via on-chain governance.
- Push and email notifications? This will require a centralized server that will send notifications.
Currently the mulstisig is implemented for Substrate v1. We are planning to upgrade it to Substrate v2 when it's stable, so it can be used with Kusama Network.
Multisig UI is implemented as an app for Polkadot.js Apps. This means that if you have a fork of Polkadot.js Apps, you can add the multisig to it. But keep in mind that there are a lot of breaking changes in Polkadot.js Apps, so chances are that the multisig will fail with TypeScript errors in your fork of Polkadot.js Apps.
DappForce Substrate Multisig is GPL 3.0 licensed.