mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 00:28:28 -05:00
20 lines
488 B
TypeScript
20 lines
488 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const dslWorkingGroup: ProjectInterface = {
|
|
id: "dsl-working-group",
|
|
section: "pse",
|
|
projectStatus: "active",
|
|
image: "",
|
|
imageAlt: "DSL Working Group",
|
|
name: "DSL Working Group",
|
|
links: {
|
|
github: "https://github.com/privacy-scaling-explorations/chiquito/",
|
|
},
|
|
tags: {
|
|
types: ["Legos/dev tools", "Proof of concept", "Developer tooling"],
|
|
keywords: [],
|
|
themes: ["research"],
|
|
builtWith: [],
|
|
},
|
|
}
|