You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/chain/identity/projects.mdx
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,28 @@ description: Learn about the project entity within the Optimism Collective's ide
7
7
## Projects
8
8
9
9
Within the Optimism Collective, [the project entity](https://community.optimism.io/docs/identity/project-and-individual-identity-in-the-collective/#people) represents contributions to the Optimism Collective and can be used to apply for Retroactive Public Goods Funding (Retro Funding).
10
+
## Project Representation
10
11
11
-
The project entity is represented onchain by an attestation. The attestation UID is the project’s unique identifier for its lifecycle in the Collective. To create a new project, an attestation is issued using **[the project schema](https://optimism.easscan.org/schema/view/0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd)**. The only metadata included in the project schema is the Farcaster Id of the person who created the project.
12
+
The project entity is represented onchain by an attestation. The attestation UID serves as the project's unique identifier throughout its lifecycle in the Collective.
13
+
14
+
### Creating a New Project
15
+
16
+
To create a new project:
17
+
18
+
1. Issue an attestation using [the project schema](https://optimism.easscan.org/schema/view/0x7ae9f4adabd9214049df72f58eceffc48c4a69e920882f5b06a6c69a3157e5bd).
19
+
2. Include the Farcaster Id of the project creator as the only metadata in the project schema.
20
+
21
+
## Project Metadata
22
+
23
+
All other project metadata is stored or referenced in the [Project Metadata Attestation](https://optimism.easscan.org/schema/view/0xe035e3fe27a64c8d7291ae54c6e85676addcbc2d179224fe7fc1f7f05a8c6eac).
24
+
25
+
### Updating Metadata
26
+
27
+
- The Project Metadata Attestation is re-issued whenever there's a change in metadata.
28
+
- Apps displaying project metadata should refer to the most recent attestation for up-to-date information.
29
+
30
+
## Further Reading
31
+
32
+
For more information about identity in the Optimism Collective, see the [Identity Overview](/chain/identity/overview.mdx).
12
33
13
34
All other project metadata is stored or referenced in the **[Project Metadata Attestation](https://optimism.easscan.org/schema/view/0xe035e3fe27a64c8d7291ae54c6e85676addcbc2d179224fe7fc1f7f05a8c6eac)**. The Project Metadata Attestation is re-issued anytime there is a change in metadata. Apps displaying project metadata should look to the most recent attestation for the up-to-date metadata.
0 commit comments