-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add getting started guide (#8)
closes #8
- Loading branch information
1 parent
955e053
commit 4732c04
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
slug: /add-priority | ||
sidebar_position: 2 | ||
--- | ||
|
||
# ➕ Add Priority | ||
|
||
After your DAO has been [deployed](/deploy-dao), the next step is to add a priority which aligns with the DAO's purpose. | ||
|
||
A *priority* can be thought of as any type of project/guild/workgroup/workstream which brings the DAO closer to realizing its purpose. | ||
|
||
:::info | ||
There are two ways to add a new priority to a DAO: | ||
|
||
1. Press the "Add Priority" button in the UI. | ||
2. If the owner of the DAO is a smart contract, schedule a call to the `deployPriority()` function. | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
slug: /deploy-dao | ||
sidebar_position: 1 | ||
--- | ||
|
||
# 🚀 Deploy a DAO | ||
|
||
Go to https://optimism.sector3.xyz/daos and click the "Deploy a DAO" button. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
slug: /report-contribution | ||
sidebar_position: 3 | ||
--- | ||
|
||
# 📢 Report Contribution | ||
|
||
To report a contribution, navigate to a priority and select the *current* epoch (click the "Report Contributions" button). | ||
|
||
Then connect your Ethereum wallet and click "Report Contribution." |