diff --git a/app/i18n/locales/de/projects/zk-id.json b/app/i18n/locales/de/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/de/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/en/projects/zk-id.json b/app/i18n/locales/en/projects/zk-id.json new file mode 100644 index 00000000..58ebc1dd --- /dev/null +++ b/app/i18n/locales/en/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Fostering SSI with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/es/projects/zk-id.json b/app/i18n/locales/es/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/es/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/fr/projects/zk-id.json b/app/i18n/locales/fr/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/fr/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/it/projects/zk-id.json b/app/i18n/locales/it/projects/zk-id.json new file mode 100644 index 00000000..a0cb0c4b --- /dev/null +++ b/app/i18n/locales/it/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID è un team dedicato a promuovere le tecnologie self-sovereign identity (SSI) e a sviluppare soluzioni orientate alla privacy nel campo dell'identità digitale, sfruttando l'esperienza del team PSE nelle tecnologie zero-knowledge.", + "tldr": "Promuovendo SSI con soluzioni basate su zero-knowledge e orientate alla privacy." +} diff --git a/app/i18n/locales/ja/projects/zk-id.json b/app/i18n/locales/ja/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/ja/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/ko/projects/zk-id.json b/app/i18n/locales/ko/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/ko/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/vi/projects/zk-id.json b/app/i18n/locales/vi/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/vi/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/zh-CN/projects/zk-id.json b/app/i18n/locales/zh-CN/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/zh-CN/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/app/i18n/locales/zh-TW/projects/zk-id.json b/app/i18n/locales/zh-TW/projects/zk-id.json new file mode 100644 index 00000000..b434706a --- /dev/null +++ b/app/i18n/locales/zh-TW/projects/zk-id.json @@ -0,0 +1,4 @@ +{ + "description": "ZK-ID is a dedicated team committed to advancing self-sovereign identity (SSI) technologies and driving privacy-focused solutions in the digital identity space, utilizing the PSE team’s expertise in zero-knowledge technologies", + "tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions." +} diff --git a/data/projects.ts b/data/projects.ts index 4802ba91..92e9a0b7 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -42,6 +42,7 @@ import { zkitter } from "./projects/zkitter" import { zkml } from "./projects/zkml" import { Zkopru } from "./projects/zkopru" import { zkp2p } from "./projects/zkp2p" +import { zkID } from "./projects/zk-id" export const ProjectLinkIconMap: ProjectLinkType = { github: GithubIcon, @@ -93,4 +94,5 @@ export const projects: ProjectInterface[] = [ chiquito, maciRPGF, OpenPassport, + zkID, ] diff --git a/data/projects/zk-id.ts b/data/projects/zk-id.ts new file mode 100644 index 00000000..bf4245a8 --- /dev/null +++ b/data/projects/zk-id.ts @@ -0,0 +1,20 @@ +import { ProjectInterface } from "@/lib/types" + +export const zkID: ProjectInterface = { + id: "zk-id", + section: "pse", + projectStatus: "active", + image: "", + imageAlt: "ZK Identity Explorations", + name: "ZK-ID", + tags: { + keywords: [ + "Identity", + "Credentials", + "Standards", + "SSI" + ], + themes: ["research"], + types: ["Legos/dev tools", "Lego sets/toolkits"], + }, +}