-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #150 from privacy-scaling-explorations/project-sec…
…tions-divider project page updates
- Loading branch information
Showing
51 changed files
with
1,229 additions
and
843 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
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,31 +1,37 @@ | ||
import { ProjectInterface } from "@/lib/types"; | ||
import { ProjectInterface } from "@/lib/types" | ||
|
||
export const Coco: ProjectInterface = { | ||
id: "coco", | ||
image: "coco.svg", | ||
name: "COCO", | ||
tldr: "Integrating Nova into the EVM involves wrapping Liam Eagen's theoretical ECIP argument in Halo 2", | ||
description: "With Coco, groups can collaborate to curate feeds of any topic they're interested in. As you scroll through your Coco feed, rather than upvoting or downvoting posts, you'll spend WETH to predict what other group members and the group's moderators will want to see. When you're right, you'll get back your original WETH and more — but if you're wrong, you'll lose what you put in. Through this process, you help Coco filter value from noise to make sure group feeds only consist of posts that the group cares about.", | ||
projectStatus: 'archived', | ||
tags: { | ||
keywords: ['prediction market', 'scaling'] | ||
}, | ||
extraLinks: { | ||
learn:[{ | ||
label: 'Meet COCO!', | ||
url: 'https://mirror.xyz/privacy-scaling-explorations.eth/tEf7iYa8l7ECZwN2T57yyiws7h9Uchip30CQvx-JBBQ' | ||
}], | ||
buildWith: [{ | ||
label: 'Smart contracts', | ||
url: 'https://github.com/Janmajayamall/coco-contracts' | ||
}, | ||
{ | ||
label: 'Frontend', | ||
url: 'https://github.com/Janmajayamall/coco-frontend' | ||
}, | ||
{ | ||
label: 'Frontend (General)', | ||
url: 'https://github.com/Janmajayamall/coco-frontend-general' | ||
}], | ||
}, | ||
id: "coco", | ||
section: "pse", | ||
image: "coco.svg", | ||
name: "COCO", | ||
tldr: "Integrating Nova into the EVM involves wrapping Liam Eagen's theoretical ECIP argument in Halo 2", | ||
description: | ||
"With Coco, groups can collaborate to curate feeds of any topic they're interested in. As you scroll through your Coco feed, rather than upvoting or downvoting posts, you'll spend WETH to predict what other group members and the group's moderators will want to see. When you're right, you'll get back your original WETH and more — but if you're wrong, you'll lose what you put in. Through this process, you help Coco filter value from noise to make sure group feeds only consist of posts that the group cares about.", | ||
projectStatus: "archived", | ||
tags: { | ||
keywords: ["prediction market", "scaling"], | ||
}, | ||
extraLinks: { | ||
learn: [ | ||
{ | ||
label: "Meet COCO!", | ||
url: "https://mirror.xyz/privacy-scaling-explorations.eth/tEf7iYa8l7ECZwN2T57yyiws7h9Uchip30CQvx-JBBQ", | ||
}, | ||
], | ||
buildWith: [ | ||
{ | ||
label: "Smart contracts", | ||
url: "https://github.com/Janmajayamall/coco-contracts", | ||
}, | ||
{ | ||
label: "Frontend", | ||
url: "https://github.com/Janmajayamall/coco-frontend", | ||
}, | ||
{ | ||
label: "Frontend (General)", | ||
url: "https://github.com/Janmajayamall/coco-frontend-general", | ||
}, | ||
], | ||
}, | ||
} |
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
Oops, something went wrong.