feat: update project statuses and add new TWDIW integration project (#633)

This commit is contained in:
Ya-wen, Jeng
2026-02-18 23:52:47 +00:00
committed by GitHub
parent 7a20dab5e8
commit fcecdfbc84

View File

@@ -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",
},
],