mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 08:38:02 -05:00
21 lines
500 B
TypeScript
21 lines
500 B
TypeScript
import { ProjectInterface } from "@/lib/types"
|
|
|
|
export const channel4: ProjectInterface = {
|
|
id: "channel-4",
|
|
section: "pse",
|
|
projectStatus: "inactive",
|
|
image: "channel4.svg",
|
|
name: "Channel 4",
|
|
links: {
|
|
github: "https://github.com/State-Channel-4",
|
|
website: "https://channel4.wtf/",
|
|
discord: "https://discord.gg/76UrYgVyEx",
|
|
},
|
|
tags: {
|
|
keywords: ["Scaling"],
|
|
themes: ["play"],
|
|
types: ["Application"],
|
|
builtWith: ["state channel", "smart contract"],
|
|
},
|
|
}
|