mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-13 08:08:02 -05:00
23 lines
843 B
TypeScript
23 lines
843 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const ZKKit: ProjectInterface = {
|
|
id: "zk-kit",
|
|
section: "pse",
|
|
image: "zk-kit.svg",
|
|
name: "ZK-Kit",
|
|
tldr: "A set of reusable libraries for zero-knowledge technologies.",
|
|
description:
|
|
"ZK-kit is a set of libraries (algorithms or utility functions) that can be reused in different projects and zero-knowledge protocols, making it easier for developers to access user-friendly, tested, and documented libraries.",
|
|
projectStatus: "active",
|
|
links: {
|
|
website: "https://zkkit.pse.dev",
|
|
github: "https://github.com/privacy-scaling-explorations/zk-kit",
|
|
},
|
|
tags: {
|
|
keywords: ["Education", "Toolkits", "Anonymity/Privacy", "Algorithms"],
|
|
themes: ["build"],
|
|
types: ["Legos/dev tools"],
|
|
builtWith: ["Circom", "JavaScript", "Solidity", "Noir"],
|
|
},
|
|
}
|