Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/data/showcase/arpradio.png
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 @@ -1391,6 +1391,15 @@ export const Showcases = [
source: "https://github.com/orcfax/orcfax-aiken",
tags: ["oracle", "opensource"],
},
{
title: "Arp Radio",
description:
"Discover the Cardano music ecosystem- where the key center is consensus and the tempo is in slots! Explore and mint music NFTs and play your collections in our unique player, leveraging the CIP-60 token standard!",
preview: require("./showcase/arpradio.png"),
website: "https://arpradio.media",
source: null,
tags: ["minting", "ecosystem", "metadata" ]
}
];

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