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