mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
21 lines
408 B
TypeScript
21 lines
408 B
TypeScript
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"],
|
|
},
|
|
}
|