Skip to content

Commit

Permalink
Merge pull request #52 from cardano-foundation/showcase
Browse files Browse the repository at this point in the history
Update showcase projects
  • Loading branch information
katomm authored May 12, 2021
2 parents 72abf69 + dac32d1 commit 4e75d3b
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 34 deletions.
12 changes: 0 additions & 12 deletions src/data/builder-tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,18 +66,6 @@ const tools = [
preview: require("./builder-tools/plutus-playground.png"),
website: "https://playground.plutus.iohkdev.io",
},
{
title: "Token Tool",
description: "Keep track of native tokens on testnet and mainnet.",
preview: require("./builder-tools/tokentool.png"),
website: "https://tokentool.io",
},
{
title: "Transaction Meta Data Browser",
description: "Keep track of native tokens on testnet and mainnet.",
preview: require("./builder-tools/transaction-meta-data-browser.png"),
website: "https://bi.stakepoolcentral.com/transactiondata",
},
];

tools.forEach((tool) => {
Expand Down
Binary file added src/data/showcase/adatools.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/poolstats.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/data/showcase/seeada.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added src/data/showcase/xhibit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 83 additions & 22 deletions src/data/showcases.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import React from "react";
import { sortBy, difference } from "../utils/jsUtils";

// List of available tags. (PLEASE DO NOT ADD NEW TAGS)
// List of available tags. The tag should be singular and the label in plural. (PLEASE DO NOT ADD NEW TAGS)
export const Tags = {
// PLEASE DO NOT USE THIS TAG: we choose the features projects (process TBD)
featured: {
Expand All @@ -25,11 +25,10 @@ export const Tags = {
icon: <>⭐️</>,
},

// Analytics
analytics: {
// Analytics
analytics: {
label: "Analytics",
description:
"Tools that provide special insights related to Cardano.",
description: "Tools that provide special insights related to Cardano.",
icon: null,
},

Expand All @@ -41,6 +40,13 @@ export const Tags = {
icon: null,
},

// Games
game: {
label: "Games",
description: "Games on the Cardano blockchain.",
icon: null,
},

// For open-source sites, a link to the source code is required
opensource: {
label: "Open-Source",
Expand Down Expand Up @@ -243,62 +249,55 @@ const Showcases = [
},
{
title: "Crypto Mage",
description:
"Cardano NFT game.",
description: "Cardano NFT game.",
preview: require("./showcase/cryptomage.png"),
website: "https://cryptomage.net",
source: null,
tags: ["tokens", "nft"],
tags: ["featured", "tokens", "nft", "game"],
},
{
title: "Cardano Warriors",
description:
"Cardano NFT game.",
description: "Cardano NFT game.",
preview: require("./showcase/cardanowarriors.png"),
website: "https://www.cardanowarriors.io",
source: null,
tags: ["tokens", "nft"],
tags: ["tokens", "nft", "game"],
},
{
title: "Native Tokens",
description:
"Provides insights into native tokens on Cardano mainnet.",
description: "Provides insights into native tokens on Cardano mainnet.",
preview: require("./showcase/nativetokens.png"),
website: "https://nativetokens.da.iogservices.io",
source: null,
tags: ["tokens", "analytics"],
},
{
title: "Cardano Cubes",
description:
"Cardano NFT game.",
description: "Cardano NFT game.",
preview: require("./showcase/cardanocubes.png"),
website: "https://cardanocubes.com",
source: null,
tags: ["tokens", "nft"],
tags: ["tokens", "nft", "game"],
},
{
title: "Cardano Assets",
description:
"Overview of native tokens on Cardano.",
description: "Overview of native tokens on Cardano.",
preview: require("./showcase/cardanoassets.png"),
website: "https://cardanoassets.com",
source: null,
tags: ["tokens", "analytics"],
},
{
title: "NFTea",
description:
"Sometimes all you need is a good cup of NFTea.",
description: "Sometimes all you need is a good cup of NFTea.",
preview: require("./showcase/nftea.png"),
website: "https://cardanonftea.com",
source: null,
tags: ["tokens", "nft"],
},
{
title: "Cardano Bits",
description:
"The first eight bit pixel art on Cardano.",
description: "The first eight bit pixel art on Cardano.",
preview: require("./showcase/cardanobits.png"),
website: "https://cardanobits.art",
source: null,
Expand All @@ -320,8 +319,70 @@ const Showcases = [
preview: require("./showcase/cardanoupdates.png"),
website: "https://cardanoupdates.com",
source: null,
tags: ["analytics"],
},
{
title: "Pool Stats",
description: "Pool tool and insights visualized by heat maps.",
preview: require("./showcase/poolstats.png"),
website: "https://poolstats.org",
source: null,
tags: ["pooltool", "analytics"],
},
{
title: "Ada Tools",
description:
"Visualizes the nodes on a globe and also provides various tools.",
preview: require("./showcase/adatools.png"),
website: "https://adatools.io/hologram",
source: null,
tags: ["pooltool", "analytics", "tokens"],
},
{
title: "See Ada",
description:
"This project tracks the controlled stake of the top pool operators and monitors decentralization.",
preview: require("./showcase/seeada.png"),
website: "https://seeada.org",
source: null,
tags: ["analytics"],
},
{
title: "Cardano Blockchain Insights",
description:
"A Google Data Studio dashboard that visualizes many Cardano on-chain metrics.",
preview: require("./showcase/cardano-blockchain-insights.png"),
website:
"https://datastudio.google.com/u/0/reporting/3136c55b-635e-4f46-8e4b-b8ab54f2d460/page/k5r9B",
source: null,
tags: ["analytics"],
},
{
title: "Xhibit",
description:
"Create your own NFT or look into recently minted NFTs on Cardano.",
preview: require("./showcase/xhibit.png"),
website: "https://xhibit.io",
source: null,
tags: ["featured", "tokens", "nft"],
},
{
title: "Token Tool",
description: "Keep track of native tokens on testnet and mainnet.",
preview: require("./showcase/tokentool.png"),
website: "https://tokentool.io",
source: null,
tags: ["tokens"],
},
{
title: "Transaction Meta Data Browser",
description:
"Browse and search different types of transaction metadata on Cardano.",
preview: require("./showcase/transaction-meta-data-browser.png"),
website: "https://bi.stakepoolcentral.com/transactiondata",
source: null,
tags: ["featured", "metadata"],
},
];

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

0 comments on commit 4e75d3b

Please sign in to comment.