Files
pse.dev/data/projects/channel-4.ts
Kalidou Diagne 49277e00da footer new design
2024-03-20 12:14:42 +00:00

27 lines
1.0 KiB
TypeScript

import { ProjectInterface } from "@/lib/types"
const description = `
Channel 4 is a community-driven platform where users can submit and discover content. It uses state channels to incentivize user engagement. When a user likes the content you've submitted, a state channel closes and rewards are dropped into their wallet. This approach combines entertainment with the power of state channels, enabling community members to earn while they engage.
`
export const channel4: ProjectInterface = {
id: "channel-4",
section: "pse",
projectStatus: "inactive",
image: "channel4.svg",
name: "Channel 4",
tldr: "Content discovery through community contributions, using state channels to reward users for popular posts.",
description,
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"],
},
}