Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions components/mastermap/zkid-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,12 @@ export const ZKID: ProjectData = {
category: "private-proving",
status: "Research & development",
statusVariant: "rd",
completion: 25,
completion: 40,
description:
"Privacy-preserving identity proofs. OpenAC wallet unit aligned with EUDI. ZK-friendly primitives.",
href: "/mastermap/zkid",
tags: ["Identity", "EUDI", "OpenAC", "Standards"],
now: [
{
name: "Revocation Reports",
description:
"Publish Merkle Tree-Based report on PSE blog. Support the completion of the DIF Revocation report.",
status: "In Progress",
statusDot: "green",
},
{
name: "Generalized Predicates",
description:
Expand All @@ -33,13 +26,6 @@ export const ZKID: ProjectData = {
status: "In Progress",
statusDot: "green",
},
{
name: "On-chain Verification",
description:
"Support EVM compatible on-chain verification of OpenAC proofs.",
status: "In Progress",
statusDot: "green",
},
{
name: "EU Commission Engagement",
description:
Expand All @@ -61,6 +47,20 @@ export const ZKID: ProjectData = {
status: "Completed",
statusDot: "green",
},
{
name: "Revocation Reports",
description:
"Publish Merkle Tree-Based report on PSE blog. Support the completion of the DIF Revocation report.",
status: "Completed",
statusDot: "green",
},
{
name: "On-chain Verification",
description:
"Support EVM compatible on-chain verification of OpenAC proofs.",
status: "Completed",
statusDot: "green",
},
],
next: [
{
Expand Down