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

Commit c779f19

Browse files
authored
Update Getting Started, Delete Programs, Fix font for Treasury Domain Names (#43)
* Commit * Commit * Commit * Commit * Commit
1 parent d00d3a9 commit c779f19

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

Diff for: docs/DAO-Management/get-started.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ slug: /
55

66
# Get Started
77

8-
This section is related to the Multisig DAO on Solana network, and it'll cover:
8+
This section is related to building a DAO on the Solana network and covers:
99

10-
1. What a Multisig DAO is
10+
1. What is a DAO?
1111
2. Creating a DAO
1212
3. Adding members to a DAO after the DAO is created
13-
4. Managing programs using Multisig upgrade authority
14-
5. Adding treasury account (Multisig wallet), deposit and send tokens
13+
4. Treasury Accounts
14+
5. Treasury Domain Names
1515

1616
:::tip
1717
After this read, you'll be able to create and manage your own DAO.
1818
:::
1919

20-
Before continue, bear in mind that you'll need to use a Solana wallet (we recommend [Phantom](https://phantom.app/)) and own [SOL](https://coinmarketcap.com/currencies/solana/). For the convenience, it is possible to use the `devnet` to test if your DAO is performing as it's supposed to.
20+
You'll need to use a Solana wallet (we recommend [Phantom](https://phantom.app/)) and own [SOL](https://coinmarketcap.com/currencies/solana/). For the convenience, it is possible to use the `devnet` to test if your DAO is performing as it's supposed to.

Diff for: docs/DAO-Management/treasury-sol-address.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 9
33
---
44

5-
# Treasury domain name
5+
# Treasury Domain Name
66
It is possible for a treasury account to have a `.sol` address (eg. `mytreasury.sol`) through [Bonfida](https://naming.bonfida.org/). Anybody can send `.sol` domains to the treasury account. A Bonfida domain points to the current owner of said domain. For more information on solana domains, read [Bonfida's documentation](https://docs.bonfida.org/collection/an-introduction-to-the-solana-name-service).
77

88
Note that a domain name must be owned *by the treasury, not the governance itself* to function. Do not transfer ownership of a domain to the governance's pubkey.

Diff for: docs/DAO-Management/update-DAO-program.md

-5
This file was deleted.

0 commit comments

Comments
 (0)