Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 1694.io governance tooling #1360

Open
wants to merge 9 commits into
base: staging
Choose a base branch
from
Binary file added src/data/showcase/1694.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -1202,6 +1202,15 @@ export const Showcases = [
source: null,
tags: ["daotool", "governance"],
},
{
title: "1694.io",
description:
"1694.io is an open source zero click place to read CIP 1694. 1694.io is also place to see DRep timeline (pool.pm for DReps), and for DRep to claim their profiles and engage with their delegators.",
preview: require("./showcase/1694.jpg"),
website: "https://www.1694.io",
source: "https://github.com/IntersectMBO/drep-campaign-platform",
tags: ["analytics", "educational", "governance", "opensource"],
rphair marked this conversation as resolved.
Show resolved Hide resolved
},
];

export const TagList = Object.keys(Tags);
Expand Down