Skip to content

dappforce/dappforce-substrate-multisig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Substrate Multisig Wallet by DappForce

⚠️ Experimental ⚠️ multisig wallet module with web UI for Substrate/Polkadot blockchains.

Features

Current

  • Create a multisig wallet with multiple owners.
  • Submit a new transaction.
  • See list of transactions in a wallet.
  • Confirm a pending transaction.

Planned

  • 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.

Substrate Version

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.

Web UI

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.

Screenshots

My Wallets

Image of wallets list

Wallet Transactions

Image of txs list

License

DappForce Substrate Multisig is GPL 3.0 licensed.