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

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"],
},
}