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