https://github.com/dappforce/dappforce-substrate-multisig
⚠️ Experimental ⚠️ multisig wallet module with web UI for Substrate/Polkadot blockchains.
https://github.com/dappforce/dappforce-substrate-multisig
dapp dappforce kusama kusama-network multisig multisig-wallet polkadot polkadot-js polkadot-network srml substrate
Last synced: about 2 months ago
JSON representation
⚠️ Experimental ⚠️ multisig wallet module with web UI for Substrate/Polkadot blockchains.
- Host: GitHub
- URL: https://github.com/dappforce/dappforce-substrate-multisig
- Owner: dappforce
- License: gpl-3.0
- Created: 2019-12-08T13:47:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T01:27:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T14:51:20.707Z (2 months ago)
- Topics: dapp, dappforce, kusama, kusama-network, multisig, multisig-wallet, polkadot, polkadot-js, polkadot-network, srml, substrate
- Language: TypeScript
- Homepage: https://github.com/dappforce/dappforce-substrate-multisig
- Size: 13.4 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Substrate Multisig Wallet by [DappForce](https://github.com/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](https://github.com/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

### Wallet Transactions

## License
DappForce Substrate Multisig is [GPL 3.0](./LICENSE) licensed.