Files
pse.dev/data/projects/chiquito.ts
2024-09-19 02:47:06 +02:00

27 lines
609 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const chiquito: ProjectInterface = {
id: "chiquito",
section: "pse",
projectStatus: "active",
image: "",
name: "chiquito",
links: {
github: "https://github.com/privacy-scaling-explorations/chiquito",
website: "https://docs.pecadorplonkish.xyz/",
twitter: "",
},
tags: {
themes: ["build"],
types: [
"Legos/dev tools",
"Lego sets/toolkits",
"Proof of concept",
"language",
"dsl",
],
keywords: ["DSL", "language", "rust", "python", "halo2"],
builtWith: ["halo2", "rust"],
},
}