mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
chore: several project status updates (#288)
This commit is contained in:
@@ -57,7 +57,7 @@ export const excubiae: ProjectInterface = {
|
||||
id: 'excubiae',
|
||||
category: ProjectCategory.DEVTOOLS,
|
||||
content,
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.MAINTAINED,
|
||||
section: 'pse',
|
||||
image: '',
|
||||
license: 'MIT',
|
||||
|
||||
@@ -28,7 +28,7 @@ With MACI Platform, you can run different kind of voting rounds for your communi
|
||||
export const maciPlatform: ProjectInterface = {
|
||||
id: "maci-platform",
|
||||
category: ProjectCategory.APPLICATION,
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.INACTIVE,
|
||||
section: "pse",
|
||||
content,
|
||||
image: "maci-platform.png",
|
||||
|
||||
@@ -5,7 +5,7 @@ export const mpcStats: ProjectInterface = {
|
||||
image: "mpc-stats.png",
|
||||
name: "MPCStats",
|
||||
category: ProjectCategory.APPLICATION,
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.INACTIVE,
|
||||
section: "pse",
|
||||
content: {
|
||||
en: {
|
||||
|
||||
@@ -14,7 +14,7 @@ const content: ProjectContent = {
|
||||
|
||||
export const pseSecurity: ProjectInterface = {
|
||||
id: "pse-security",
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.INACTIVE,
|
||||
category: ProjectCategory.RESEARCH,
|
||||
section: "pse",
|
||||
content,
|
||||
|
||||
@@ -17,7 +17,7 @@ Rate-Limiting Nullifier (RLN) is a protocol designed to combat spam and denial o
|
||||
export const rln: ProjectInterface = {
|
||||
id: "rln",
|
||||
content,
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.INACTIVE,
|
||||
category: ProjectCategory.DEVTOOLS,
|
||||
section: "pse",
|
||||
image: "rln.svg",
|
||||
|
||||
@@ -14,7 +14,7 @@ const content: ProjectContent = {
|
||||
|
||||
export const voicedeck: ProjectInterface = {
|
||||
id: "voice-deck",
|
||||
projectStatus: ProjectStatus.ACTIVE,
|
||||
projectStatus: ProjectStatus.INACTIVE,
|
||||
category: ProjectCategory.APPLICATION,
|
||||
section: "collaboration",
|
||||
content,
|
||||
|
||||
Reference in New Issue
Block a user