Skip to content
This repository was archived by the owner on Feb 9, 2025. It is now read-only.

Commit b61a828

Browse files
authored
Delete old Wizard doc, update Multisig (#44)
* Commit * Commit * commit
1 parent c779f19 commit b61a828

File tree

2 files changed

+18
-55
lines changed

2 files changed

+18
-55
lines changed

docs/DAO-Management/creating-DAOs/DAO-wizard.md

-34
This file was deleted.

docs/DAO-Management/creating-DAOs/multisig-DAO.md

+18-21
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ sidebar_position: 2
44

55
# Create a Multisig DAO
66

7-
![multisigwizard](/img/multisig-DAO/multisig-wizard.png)
8-
97
The multisig option is the first and easiest way to create a DAO. When you select this option you only need to worry about three things:
108

119
1. The name of your DAO;
@@ -16,38 +14,37 @@ So, let's create a multisig DAO together.
1614

1715
---
1816

19-
1. **Click on `I want to create a multisig DAO` option and the following form will be shown:**
17+
**Click on `Create DAO` on the home page and option and the following wizard will be shown:**
18+
19+
![multisiformempty](https://user-images.githubusercontent.com/22420711/178862160-75a2bd5a-133e-47a2-a487-9b7ad6f66137.png)
20+
21+
**Click on the 'Multi-Signature Wallet'option**
22+
23+
![multisiformempty](https://user-images.githubusercontent.com/22420711/178862472-2e64a49c-9a75-4e82-8fd5-3c07f73dd1f0.png)
2024

21-
![multisiformempty](/img/multisig-DAO/multisig-form-empty.png)
25+
**Name your wallet**
26+
27+
![multisigformname](https://user-images.githubusercontent.com/22420711/178863059-7e4650e4-f32c-4d93-90e6-dc4345defe8a.png)
2228

2329
:::tip
24-
Checking `Create a test DAO` will make your DAO be linked to a test Program ID instead of the default one.
30+
Realms will provide a governance program ID by default, users can add their own customer Program ID under Advanced Options at this step in the multisig wallet wizard.
2531
:::
2632

27-
2. **Name your DAO**
33+
**Invite Members**
2834

29-
![multisigformname](/img/multisig-DAO/multisig-name.png)
35+
Input solana addresses to add members to the multisig wallet
3036

31-
3. **Select the minimum percentage of `yes votes` to approve a proposal. The default is 60%**
37+
![multisigformname](https://user-images.githubusercontent.com/22420711/178865759-52d5b47e-1370-4008-972b-4f5d6aa888c6.png)
3238

33-
![multisigquorum](/img/multisig-DAO/multisig-quorum.png)
3439

35-
4. **And click on the
36-
![teamplusbtn](/img/multisig-DAO/team-plus-btn.png)
37-
button to add wallets to your team.**
40+
**Select the minimum percentage of `yes votes` to approve a proposal. The default is 60%**
3841

39-
:::tip
40-
Note that you can place as many wallets you want, one per line.
41-
:::
42+
![multisigquorum](https://user-images.githubusercontent.com/22420711/178866502-70616cea-1564-4237-9541-10602726b98c.png)
4243

43-
![multisigteam](/img/multisig-DAO/multisig-team.png)
4444

45-
:::danger Remember
46-
The current connected wallet is required. If it is not automatically included in the members list, include it or the transaction will result in an error.
47-
:::
4845
**After following this steps, you should have something like the image below:**
49-
![multisigteam](/img/multisig-DAO/multisig-form.png)
46+
![multisigteam](https://user-images.githubusercontent.com/22420711/178866847-f6ca16f3-c3c1-491b-9442-70a715cb86f0.png)
5047

51-
**Then just click create, your wallet will pop up asking for signature. Approve to create the tokens and deploy the DAO.**
48+
**Then just click `Create wallet`, your wallet will pop up asking for signature. Approve to create the tokens and deploy the DAO.**
5249

5350
After the transaction is complete, you'll be redirected to the DAO's page.

0 commit comments

Comments
 (0)