Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(zk-id): add new project #198

Merged
merged 2 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions app/i18n/locales/de/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/en/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/es/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/fr/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/it/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/ja/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/ko/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/vi/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/zh-CN/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
4 changes: 4 additions & 0 deletions app/i18n/locales/zh-TW/projects/zk-id.json
Original file line number Diff line number Diff line change
@@ -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."
}
2 changes: 2 additions & 0 deletions data/projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -93,4 +94,5 @@ export const projects: ProjectInterface[] = [
chiquito,
maciRPGF,
OpenPassport,
zkID,
]
20 changes: 20 additions & 0 deletions data/projects/zk-id.ts
Original file line number Diff line number Diff line change
@@ -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"],
},
}
Loading