mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
feat: update project statuses and add new TWDIW integration project (#633)
This commit is contained in:
@@ -204,7 +204,7 @@ export const PROJECTS: ProjectData[] = [
|
||||
name: "Native Prover (Swift/Kotlin/RN/Flutter)",
|
||||
description:
|
||||
"Developers use Circom/Noir provers directly in native platforms without Rust toolchain setup.",
|
||||
status: "In progress \u00b7 ~2 months",
|
||||
status: "Done",
|
||||
statusDot: "green",
|
||||
},
|
||||
{
|
||||
@@ -223,6 +223,13 @@ export const PROJECTS: ProjectData[] = [
|
||||
},
|
||||
],
|
||||
next: [
|
||||
{
|
||||
name: "TWDIW Integration",
|
||||
description:
|
||||
"Provides a PoC showcasing OpenAC × TWDIW privacy-preserving age verification solution for online alcohol purchases in Taiwan.",
|
||||
status: "Planned \u00b7 ~1 month",
|
||||
statusDot: "yellow",
|
||||
},
|
||||
{
|
||||
name: "Mopro Pack (Plugin SDK)",
|
||||
description:
|
||||
@@ -234,7 +241,7 @@ export const PROJECTS: ProjectData[] = [
|
||||
name: "zkVM Mobile Study",
|
||||
description:
|
||||
"Port Jolt/Nexus/RISC0 to ARM64 mobile. Profile thermal throttling, battery impact.",
|
||||
status: "Planned",
|
||||
status: "Planned \u00b7 ~1 month",
|
||||
statusDot: "yellow",
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user