Skip to content

Commit 006ef35

Browse files
Update pages/chain/identity/projects.mdx
Co-authored-by: Blessing Krofegha <bkrofegha@gmail.com>
1 parent ce3d7dd commit 006ef35

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

pages/chain/identity/projects.mdx

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,28 @@ description: Learn about the project entity within the Optimism Collective's ide
77
## Projects
88

99
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
1011

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).
1233

1334
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

Comments
 (0)