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/MAYZ.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 @@ -1113,6 +1113,15 @@ export const Showcases = [
source: null,
tags: ["marketplace"],
},
{
title: "MAYZ Protocol",
description:
"MAYZ is a DeFi protocol inspired by mutual funds that allows users to invest in crypto indexes without relying on third parties by providing a permissionless platform for creating and managing investment funds, facilitating liquidity, and empowering users through innovative mechanisms.",
preview: require("./showcase/MAYZ.png"),
website: "https://mayz.io/",
source: "https://github.com/MAYZGitHub",
tags: ["token", "marketplace", "nftproject", "minting", "opensource"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tags were set a bit exaggeratedly. Why nftproject, why minting?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once the project is fully live every user will be able to create their own index, which implies the minting of NFT's and FT's for tracking, etc. If you feel it is exaggerated we can remove those 2 tags. NP.
We've been struggling a bit with exposure and hoped for the showcase listing to help in that regard.

Thank you!

  },
];

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