Merge pull request #198 from cedoor/main

chore(zk-id): add new project
This commit is contained in:
Kalidou Diagne
2024-10-08 00:24:11 +02:00
committed by GitHub
12 changed files with 62 additions and 0 deletions

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Fostering SSI with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

@@ -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 teams expertise in zero-knowledge technologies",
"tldr": "Advancing digital identity with zero-knowledge and privacy-driven solutions."
}

View File

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

20
data/projects/zk-id.ts Normal file
View File

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