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