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

New ZK-kit project info #105

Merged
merged 2 commits into from
Dec 5, 2023
Merged
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
14 changes: 9 additions & 5 deletions data/projects/zk-kit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@ import { ProjectInterface } from "@/lib/types";
export const ZKKit: ProjectInterface = {
id: "zk-kit",
image: "zk-kit.svg",
name: "ZK Kit",
tldr: "A comprehensive monorepo of JS libraries for zero-knowledge technologies.",
description: "Designed to streamline the development process, it provides a set of NPM modules, including algorithms and utility functions, that can be integrated into various projects and zero-knowledge protocols. The toolkit is equipped with features like Yarn workspaces for package management, Conventional Commits for meaningful commit messages, Jest for testing, and Typedocs for TypeScript documentation. Developers can leverage these tools to ensure code quality, testing, and documentation without the overhead of setup.",
projectStatus: 'archived',
name: "ZK-kit",
tldr: "A monorepo of reusable libraries for zero-knowledge technologies.",
description: "ZK-kit is a set of libraries (plugins, 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: ['anonymity']
keywords: ['Education', 'Toolkits', 'Anonymity/Privacy', 'Algorithms'],
themes: ["build"],
types: ["Legos/dev tools"],
builtWith: ["Circom", "JavaScript", "Solidity", "Noir"]
}
}