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

21 lines
522 B
TypeScript

import { ProjectInterface } from "@/lib/types"
export const pollenLabs: ProjectInterface = {
id: "pollen-labs",
section: "collaboration",
projectStatus: "inactive",
image: "pollen-labs.svg",
name: "Pollen Labs",
links: {
website: "https://pollenlabs.org/",
twitter: "https://twitter.com/PollenLabs_",
discord: "https://discord.gg/5B3jP2sgWS",
},
tags: {
keywords: ["Anonymity/privacy", "Scaling", "Public good"],
themes: ["play"],
types: ["Application"],
builtWith: [],
},
}