diff --git a/src/data/showcase/madax.png b/src/data/showcase/madax.png new file mode 100644 index 0000000000..fa53b36ec9 Binary files /dev/null and b/src/data/showcase/madax.png differ diff --git a/src/data/showcases.js b/src/data/showcases.js index 98e1357576..ea96707a03 100644 --- a/src/data/showcases.js +++ b/src/data/showcases.js @@ -1093,6 +1093,15 @@ const Showcases = [ source: null, tags: [ "analytics", "ecosystem", "nftsupport"], }, + { + title: "M141X (MADAX)", + description: + "Cardano metaverse for gamers and businesses that provides you with best virtual world to express yourself and be creative.", + preview: require("./showcase/madax.png"), + website: "https://www.info.141x.io", + source: "https://github.com/ggcaponetto/141x-game-authorizer", + tags: [ "opensource", "game", "token"], + }, ]; export const TagList = Object.keys(Tags);