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

21 lines
508 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const voicedeck: ProjectInterface = {
id: "voice-deck",
section: "collaboration",
projectStatus: "active",
image: "voiceDeck.svg",
name: "VoiceDeck",
links: {
github: "https://github.com/VoiceDeck",
website: "https://voicedeck.org/",
twitter: "https://twitter.com/VoiceDeckDAO",
},
tags: {
keywords: ["Public goods"],
themes: ["play"],
types: ["Application"],
builtWith: ["anonAadhaar", "Hypercerts"],
},
}