Skip to content

Commit

Permalink
Move Multix (#5320)
Browse files Browse the repository at this point in the history
* moved to multisig apps

* moved multisig apps to Apps

* Update multisig-apps.md

---------

Co-authored-by: Radha <[email protected]>
  • Loading branch information
filippoweb3 and DrW3RK authored Oct 30, 2023
1 parent 1b9dfa5 commit d3fa9ba
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
28 changes: 27 additions & 1 deletion docs/general/multisig-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ and add your Governance app to this page.

:::


## Polkasafe

![Polkasafe](https://github.com/w3f/polkadot-wiki/assets/874046/586bf051-a7fb-43c0-957e-0b659d50c9ab)


[Polkasafe](https://polkasafe.xyz) - Your gateway to the Ultimate MultiSig experience on Polkadot.

Gone are the days of cumbersome MultiSig transactions. PolkaSafe redefines the way you interact with
Expand All @@ -38,3 +38,29 @@ user-friendly.
PolkaSafe's MultiSig capabilities ensure every extrinsic is secure and efficient.
- User-Centric Design: Every feature, from initiating a transaction to diving deep into extrinsics,
is designed for clarity and ease.

## Multix

:::info Walk-Through Video Tutorial

See [this video tutorial](https://www.youtube.com/watch?v=APxPsawebJw) and
[this article](https://blog.chainsafe.io/multix-a-simple-interface-to-manage-complex-multisigs-on-polkadot-97328be26f9d)
for more information about using [Multix](https://multix.chainsafe.io/) for multisig accounts.

:::

The [Multix tool](https://multix.chainsafe.io/) is an easy-to-use interface to manage complex
multisigs. The tool is part of
[the open-source Polkadot/Kusama Tech Stack](https://wiki.polkadot.network/docs/build-open-source#user-interface).
Besides being user-friendly, Multix provides several benefits compared to the Polkadot-JS UI:

- When one person creates the multisig account, all the signatories see the multisig account on
their interface.
- There is no need to pass around the call data to confirm a transaction. Such information is
retrieved from the chain and displayed to the users.
- Thanks to the power of [pure proxies](../learn/learn-proxies-pure.md#anonymous-proxy-pure-proxy),
adding and removing signatories or adjusting the threshold is now possible without creating new
multisigs and Multix provides an intuitive interface to work with pure proxies.

The pure proxy setup used by [MultiX](https://github.com/ChainSafe/Multix) can be seen on the
[pure proxy page](../learn/learn-proxies-pure.md#scenario-three-multisig-controlling-a-pure-proxy).
26 changes: 0 additions & 26 deletions docs/learn/learn-account-multisig.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,32 +171,6 @@ video tutorials for more information about creating multisig accounts and transa
using both the [Accounts Tab](https://www.youtube.com/watch?v=-cPiKMslZqI) and the
[Extrinsic Tab](https://www.youtube.com/watch?v=T0vIuJcTJeQ) in the Polkadot-JS UI.

## Multisig with Multix Tool

:::info Walk-Through Video Tutorial

See [this video tutorial](https://www.youtube.com/watch?v=APxPsawebJw) and
[this article](https://blog.chainsafe.io/multix-a-simple-interface-to-manage-complex-multisigs-on-polkadot-97328be26f9d)
for more information about using [Multix](https://multix.chainsafe.io/) for multisig accounts.

:::

The [Multix tool](https://multix.chainsafe.io/) is an easy-to-use interface to manage complex
multisigs. The tool is part of
[the open-source Polkadot/Kusama Tech Stack](https://wiki.polkadot.network/docs/build-open-source#user-interface).
Besides being user-friendly, Multix provides several benefits compared to the Polkadot-JS UI:

- When one person creates the multisig account, all the signatories see the multisig account on
their interface.
- There is no need to pass around the call data to confirm a transaction. Such information is
retrieved from the chain and displayed to the users.
- Thanks to the power of [pure proxies](../learn/learn-proxies-pure.md#anonymous-proxy-pure-proxy),
adding and removing signatories or adjusting the threshold is now possible without creating new
multisigs and Multix provides an intuitive interface to work with pure proxies.

The pure proxy setup used by [MultiX](https://github.com/ChainSafe/Multix) can be seen on the
[pure proxy page](./learn-proxies-pure.md#scenario-three-multisig-controlling-a-pure-proxy).

## Decoding Multisig Call Data

:::info
Expand Down
2 changes: 1 addition & 1 deletion polkadot-wiki/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ module.exports = {
},
items: [
"general/wallets-and-extensions",
"general/multisig-apps",
"general/ledger",
"general/polkadot-vault",
"general/polkadotjs-ui",
Expand All @@ -42,6 +41,7 @@ module.exports = {
items: [
"general/staking-apps",
"general/governance-apps",
"general/multisig-apps",
"learn/learn-nft-projects",
"general/parachains-apps",
],
Expand Down

0 comments on commit d3fa9ba

Please sign in to comment.