From f592924f5788f859a0f143d6ea2aec7a4ac70b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Mu=CC=88ller?= Date: Wed, 18 Dec 2024 14:47:25 +0100 Subject: [PATCH 1/7] add new tags menu and refactor filtering --- roadmap/roadmap.json | 111 ++++++++++++++++++++-------------------- src/pages/ecosystem.tsx | 73 +++++++++++++++----------- 2 files changed, 100 insertions(+), 84 deletions(-) diff --git a/roadmap/roadmap.json b/roadmap/roadmap.json index 986f2844bd..2e5284cbe1 100644 --- a/roadmap/roadmap.json +++ b/roadmap/roadmap.json @@ -1533,25 +1533,27 @@ "name": "Edge Infrastructure is Fully Decentralized", "milestone_id": "Solenoid", "description": "ICP is accessible through a decentralized edge infrastructure, which is split into NNS-controlled API Boundary Nodes and HTTP Gateways. The NNS will appoint node machines to run API Boundary Nodes and anyone will be able to run HTTP Gateways, enabling a much more decentralized ICP edge infrastructure with a diverse set of service providers.", - "eta": "December 2024", + "eta": "January 2025", "status": "in_progress", "elements": [ { - "title": "API Boundary Nodes (NNS controlled)", - "overview": "In the new boundary-node architecture, API boundary nodes are placed under the full control of the NNS and function as the edge of the IC.", - "status": "in_progress", + "title": "HTTP Gateways", + "overview": "The HTTP Gateway becomes a standalone component as part of the new Boundary Node architecture.", "forum": "https://forum.dfinity.org/t/boundary-node-roadmap/15562", "proposal": "https://dashboard.internetcomputer.org/proposal/35671", "docs": "", + "eta": "", + "status": "in_progress", "is_community": false, "in_beta": false, - "milestone_id": "Solenoid" + "milestone_id": "Solenoid", + "imported": true }, { - "title": "HTTP Gateways", - "overview": "The HTTP Gateway becomes a standalone component as part of the new Boundary Node architecture.", - "forum": "https://forum.dfinity.org/t/boundary-node-roadmap/15562", - "proposal": "https://dashboard.internetcomputer.org/proposal/35671", + "title": "Incident Handling under the New Boundary Node Architecture", + "overview": "To protect the core of the Internet Computer, processes must be established to configure temporary rate limits at API boundary nodes during incidents.", + "forum": "https://forum.dfinity.org/t/incident-handling-with-the-new-boundary-node-architecture/36390", + "proposal": "https://dashboard.internetcomputer.org/proposal/134031", "docs": "", "eta": "", "status": "in_progress", @@ -1565,9 +1567,20 @@ "overview": "As part of the new boundary-node architecture, the HTTP gateway is turned into a standalone service, which is easily deployable by anyone, including end users.", "forum": "https://forum.dfinity.org/t/boundary-node-roadmap/15562", "proposal": "https://dashboard.internetcomputer.org/proposal/35671", - "docs": "", + "docs": "https://github.com/dfinity/ic-gateway", "eta": "", - "status": "upcoming", + "status": "in_progress", + "is_community": false, + "in_beta": false, + "milestone_id": "Solenoid" + }, + { + "title": "API Boundary Nodes (NNS controlled)", + "overview": "In the new boundary-node architecture, API boundary nodes are placed under the full control of the NNS and function as the edge of the IC.", + "status": "deployed", + "forum": "https://forum.dfinity.org/t/boundary-node-roadmap/15562", + "proposal": "https://dashboard.internetcomputer.org/proposal/35671", + "docs": "https://github.com/dfinity/ic/tree/master/rs/boundary_node/ic_boundary", "is_community": false, "in_beta": false, "milestone_id": "Solenoid" @@ -1731,6 +1744,29 @@ "is_community": false, "in_beta": false, "imported": true + }, + { + "title": "Alerting of Node Providers in case of Node Failure", + "overview": "Alert Node Providers if one of their nodes starts misbehaving or underperforming.", + "forum": "", + "proposal": "", + "docs": "https://wiki.internetcomputer.org/wiki/Node_Provider_Alerting_Options", + "eta": "", + "status": "deployed", + "is_community": true, + "in_beta": false, + "imported": true + }, + { + "title": "Public access to a subset of node metrics", + "overview": "Giving node providers access to a subset of node metrics to help them find out in a fully decentralized manner whether nodes are behaving well, and to roughly compare node performance.", + "forum": "https://forum.dfinity.org/t/public-internet-computer-ic-node-metrics-available-now/32961", + "proposal": "", + "docs": "https://github.com/dfinity/ic-observability-stack", + "eta": "", + "status": "deployed", + "is_community": false, + "in_beta": false } ] }, @@ -1772,17 +1808,6 @@ "is_community": false, "in_beta": false }, - { - "title": "Public access to a subset of node metrics", - "overview": "Giving node providers access to a subnet of node metrics to help them find out what is failing in case of node issues.", - "forum": "", - "proposal": "", - "docs": "", - "eta": "", - "status": "in_progress", - "is_community": false, - "in_beta": false - }, { "title": "Off-chain observability stack for Node Providers", "overview": "Observability solution for Node Providers to enable them to independently triage node health and take corrective action in case of problems.", @@ -1796,16 +1821,15 @@ "imported": true }, { - "title": "Alerting of NP in case of Node Failure", - "overview": "Alert Node Providers if one of their nodes starts misbehaving or underperforming.", - "forum": "", + "title": "Performance-based node provider rewards", + "overview": "Node rewards are awarded according to the node's contributions to the protocol, based on trustworthy node metrics, which are provided and signed by the IC network itself. This creates a cryptoeconomic incentive to encourage honest node provider behaviour.", + "forum": "https://forum.dfinity.org/t/performance-based-node-rewards/35208", "proposal": "", "docs": "", "eta": "", "status": "in_progress", - "is_community": true, - "in_beta": false, - "imported": true + "is_community": false, + "in_beta": false }, { "title": "HTTP Asset Caching", @@ -1877,18 +1901,7 @@ { "title": "Strengthened node provider checks and audits", "overview": "Strengthening the checks of entities intending to join ICP as node providers. May also include node provider audits.", - "forum": "", - "proposal": "", - "docs": "", - "eta": "", - "status": "", - "is_community": false, - "in_beta": false - }, - { - "title": "Penalties for non-compliant node providers", - "overview": "Non-compliant node providers are penalized economically or excluded from future network participation. This creates a cryptoeconomic incentive to encourage honest node provider behaviour.", - "forum": "", + "forum": "https://forum.dfinity.org/t/technical-working-group-node-providers/30255", "proposal": "", "docs": "", "eta": "", @@ -1929,18 +1942,6 @@ "is_community": false, "in_beta": false }, - { - "title": "Decentralized virtual personhood validation", - "overview": "Scalable, decentralized, virtual proof of personhood to distinguish people from machines.", - "forum": "https://forum.dfinity.org/t/long-term-r-d-people-parties-proof-of-human-proposal/9636", - "proposal": "https://dashboard.internetcomputer.org/proposal/35668", - "docs": "", - "eta": "", - "status": "", - "is_community": false, - "in_beta": false, - "imported": true - }, { "title": "Public contributions to IC repository", "overview": "Allowing for contributions by the public to the IC source code repository.", @@ -2419,7 +2420,7 @@ "name": "The Orbit Multi-Custody Asset Framework", "milestone_id": "Poloidal", "description": "Orbit is a comprehensive digital assets framework, enabling simple to advanced rules over user digital assets. Initially tailored for token management, it provides robust support for 1-out-of-M to complex approval policies for financial transactions. It also supports secure management of infrastructure like canister installations and upgrades. Teams and businesses can confidently handle ICP, ckETH, and compatible tokens using Orbit's advanced security features, vital for those seeking a stable and reliable management over their treasury.", - "eta": "January 2025", + "eta": "February 2025", "status": "in_progress", "elements": [ { @@ -2728,7 +2729,7 @@ "name": "Active Liquid Democracy", "milestone_id": "Plasma", "description": "The NNS and SNS DAOs facilitate active liquid democracies by lowering the entry barrier for participation and providing better inputs for well-informed decisions. This includes direct voting as well as delegating some voting decisions to others. As a result, more users stake tokens and participate in DAOs to form lively communities. The resulting network effects foster additional adoption and growth.", - "eta": "November 2024", + "eta": "January 2025", "status": "in_progress", "elements": [ { @@ -2830,7 +2831,7 @@ "proposal": "", "docs": "", "eta": "", - "status": "in_progress", + "status": "deployed", "is_community": true, "in_beta": false, "milestone_id": "Plasma" diff --git a/src/pages/ecosystem.tsx b/src/pages/ecosystem.tsx index 76def18cd2..1bb0eca2e0 100644 --- a/src/pages/ecosystem.tsx +++ b/src/pages/ecosystem.tsx @@ -1,27 +1,39 @@ -import Layout from "@theme/Layout"; +import { Pill, PillSecondaryLabel } from "../components/Common/Pills/Pills"; import React, { useEffect, useRef } from "react"; +import DarkHeroStyles from "../components/Common/DarkHeroStyles"; +import Download from "../components/Common/Icons/Download"; +import DownloadFile from "@site/plugins/utils/download-file"; +import GithubIcon from "@site/static/img/svgIcons/github.svg"; +import Layout from "@theme/Layout"; import Link from "@docusaurus/Link"; -import clsx from "clsx"; -import { useInView } from "react-intersection-observer"; -import showcaseData from "../../showcase.json"; +import LinkArrowUpRight from "../components/Common/Icons/LinkArrowUpRight"; import ShareMeta from "../components/Common/ShareMeta"; -import Tooltip from "../components/Common/Tooltip"; import { ShowcaseProject } from "../components/ShowcasePage/ShowcaseProject"; -import { useQueryParam } from "../utils/use-query-param"; - -import GithubIcon from "@site/static/img/svgIcons/github.svg"; -import YoutubeIcon from "@site/static/img/svgIcons/youtube.svg"; +import Tooltip from "../components/Common/Tooltip"; import TwitterIcon from "@site/static/img/svgIcons/twitter.svg"; -import LinkArrowUpRight from "../components/Common/Icons/LinkArrowUpRight"; +import YoutubeIcon from "@site/static/img/svgIcons/youtube.svg"; +import clsx from "clsx"; +import showcaseData from "../../showcase.json"; import { useDarkHeaderInHero } from "../utils/use-dark-header-in-hero"; -import DarkHeroStyles from "../components/Common/DarkHeroStyles"; -import { Pill, PillSecondaryLabel } from "../components/Common/Pills/Pills"; -import DownloadFile from "@site/plugins/utils/download-file"; -import Download from "../components/Common/Icons/Download"; +import { useInView } from "react-intersection-observer"; +import { useQueryParam } from "../utils/use-query-param"; type EnrichedShowcaseProjects = Array; +const tagsNavigation = [ + 'Chain Fusion', + 'DeFi', + 'Bitcoin', + 'Wallet', + 'AI', + 'Games', + 'Creator Economy', + 'Enterprise', + 'Analytics', + 'Tools / Infrastructure', +]; + function sortDesktopProjects( projects: ShowcaseProject[] ): EnrichedShowcaseProjects { @@ -288,24 +300,27 @@ const LargeCard = ({ project }: { project: ShowcaseProject }) => { }; const projects = showcaseData as ShowcaseProject[]; -const tags = Object.entries( - projects.reduce((tags, p) => { - if (p.tags) { - for (const tag of p.tags) { - tags[tag] = (tags[tag] || 0) + 1; - } +const reducedTags = projects.reduce((tags, p) => { + if (p.tags) { + for (const tag of p.tags) { + tags[tag] = (tags[tag] || 0) + 1; } - if (p.usesInternetIdentity) { - tags["Internet Identity"] = (tags["Internet Identity"] || 0) + 1; - } - return tags; - }, {} as Record) + } + if (p.usesInternetIdentity) { + tags["Internet Identity"] = (tags["Internet Identity"] || 0) + 1; + } + return tags; +}, {} as Record); +const tags = Object.entries( + reducedTags ) - .map(([tag, count]): [string, number] => - tag === "Chainfusion" ? ["Chain Fusion", count] : [tag, count] - ) + .filter(([tag]) => tagsNavigation.includes(tag)) + // .map(([tag, count]): [string, number] => + // tag === "Chainfusion" ? ["Chain Fusion", count] : [tag, count] + // ) .sort((a, b) => { - const priorityOrder = ["AI", "Chain Fusion", "Bitcoin", "Ethereum"]; + // const priorityOrder = ["AI", "Chain Fusion", "Bitcoin", "Ethereum"]; + const priorityOrder = tagsNavigation; const indexA = priorityOrder.indexOf(a[0]); const indexB = priorityOrder.indexOf(b[0]); From 83c0195128fd120efef3141d4a4d5f2b7baf529e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Mu=CC=88ller?= Date: Wed, 18 Dec 2024 15:02:08 +0100 Subject: [PATCH 2/7] refactor showcase.json with new tags --- README.md | 2 + plugins/validate-showcase.js | 2 + showcase.json | 329 +++++++++++++++++++++++------------ src/pages/ecosystem.tsx | 4 - 4 files changed, 223 insertions(+), 114 deletions(-) diff --git a/README.md b/README.md index 84b279a1d2..c7585f6585 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,8 @@ The list of tags is not final, and will be updated as the project evolves. For n - `SocialFi` - `Tools / Infrastructure` - `Wallet` +- `Analytics` +- `Creator Economy` ### Object schema diff --git a/plugins/validate-showcase.js b/plugins/validate-showcase.js index 65f12bd61e..37c635cd51 100644 --- a/plugins/validate-showcase.js +++ b/plugins/validate-showcase.js @@ -24,6 +24,8 @@ const tags = [ "Games", "DAO", "Enterprise", + "Analytics", + "Creator Economy", ]; function isString(value) { diff --git a/showcase.json b/showcase.json index 9c477d3b25..a9911a8a6f 100644 --- a/showcase.json +++ b/showcase.json @@ -1,5 +1,5 @@ [ - { + { "id": "decideai", "name": "DecideAI", "display": "Large", @@ -48,7 +48,8 @@ "SocialFi", "Bitcoin", "DAO", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://x.com/OpenChat", "description": "OpenChat is a fully decentralized real-time messaging service that is indistinguishable from Web2 chat apps while living 100% on the blockchain. This allows users to send crypto to each other - including Bitcoin - and own a part of OpenChat through CHAT tokens.", @@ -111,7 +112,8 @@ "DeFi", "Bitcoin", "Ethereum", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://twitter.com/funded_app", "description": "Web3 crowdfunding! Thanks to ICP's low transaction fees and advanced smart contract technology, you can participate in crowdfunding with ICP, BTC and ETH without worrying about losing money on gas fees.", @@ -146,7 +148,8 @@ "Games", "DAO", "Metaverse", - "AI" + "AI", + "Creator Economy" ], "display": "Normal", "stats": "35,222+ users", @@ -179,7 +182,8 @@ "tags": [ "SocialFi", "Games", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "https://twitter.com/dragginzgame", @@ -210,7 +214,8 @@ "tags": [ "SocialFi", "Games", - "DAO" + "DAO", + "Creator Economy" ], "description": "Yral is a decentralized short-form video-based social media platform, which integrates gamification on content. In addition to sharing their own videos, users can also speculate on videos of other users by staking tokens and voting whether a video will become 'Hot' or 'Not' to earn rewards.", "usesInternetIdentity": false, @@ -233,7 +238,8 @@ "Bitcoin", "Enterprise", "NFT", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://x.com/bioniqMarket", "description": "Bioniq is the fastest Ordinals marketplace. Buy, sell, and trade with no gas fees, near-instant finality, and decentralized secure token bridging..", @@ -316,7 +322,8 @@ "Tools / Infrastructure", "Bitcoin", "Ethereum", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://x.com/plug_wallet", "description": "Your Plug into the #InternetComputer Identity + Wallet in one Principal ID Hold, send, swap, deposit cycles, ICP, NFTs and log into IC apps in a click! Available on mobile IOS & Android, and as a browser extension on Chrome & Firefox.", @@ -357,7 +364,8 @@ "website": "https://catalyze.one/", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "description": "Catalyze is building the new Web3 social learning hub: Communities, Events & Seamless Token Transfer, all in one place.", "twitter": "https://x.com/catalyze_one", @@ -421,7 +429,8 @@ "tags": [ "Tools / Infrastructure", "DAO", - "AI" + "AI", + "Analytics" ], "twitter": "https://twitter.com/kinic_app?s=20&t=PVKALcCRCdZIgr0U4sDWeg", "description": "Kinic provides artificial intelligence tooling for the new web. Deploy vector databases, machine learning instances, and much more leveraging web3.", @@ -440,7 +449,8 @@ "tags": [ "SocialFi", "Tools / Infrastructure", - "DAO" + "DAO", + "Creator Economy" ], "twitter": "https://twitter.com/TaggrNetwork", "description": "Fully onchain and fully autonomous SocialFi network. A simple way to publish content on a public compute infrastructure. No Ponzinomics - TAGGR has a sustainable tokenomics model that rewards quality posts and removes the incentive to spam.", @@ -512,7 +522,8 @@ "name": "Trax", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "twitter": "https://twitter.com/onlyontrax", "description": "Trax is a content aggregator and social marketplace, catering specifically to music artists and their die-hard fans, often referred to as “superfans”. By facilitating exclusive content drops and events, TRAX aims to help artists cultivate closer relationships with their superfans and generate higher revenue. ", @@ -544,7 +555,8 @@ "oneLiner": "The fully on-chain content creator/influencer platform: own your profile, own your content, and earn fair incentives.", "website": "https://rubaru.app/", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "stats": "190+ canisters N/W, On-chain content : 15k+ images & 5k+ videos", "description": "The fully on-chain content creator/influencer platform: own your profile, own your content, and earn fair incentives.", @@ -588,7 +600,8 @@ "tags": [ "NFT", "Tools / Infrastructure", - "DAO" + "DAO", + "Creator Economy" ], "twitter": "https://twitter.com/ORIGYNTech", "description": "The Origyn Foundation is blending luxury goods with NFTs by providing digital verifications for physical objects. Only possible on the Internet Computer. ", @@ -608,7 +621,8 @@ "DAO", "Tools / Infrastructure", "NFT", - "Metaverse" + "Metaverse", + "Creator Economy" ], "description": "BOOM DAO is an all-in-one web3 game platform and protocol running 100% onchain on the Internet Computer. We are on a mission to build the gaming vertical of the Internet Computer blockchain, power the next generation of fully onchain games on ICP, and provide a collaborative hub for all things web3 gaming.", "stats": "23,000+ DAO Members", @@ -632,7 +646,8 @@ "tags": [ "Games", "Metaverse", - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://twitter.com/PlethoraGame", "description": "Plethora is a Web3 platformer with the goal of rewarding users both with fun gameplay and NFTs. Plethora empowers NFT projects to launch their collections with immersive experiences customized for you. Play now to compete, have fun, and earn rewards.", @@ -663,7 +678,8 @@ "website": "https://kqwp7-2yaaa-aaaah-abyna-cai.raw.ic0.app/", "tags": [ "Games", - "Metaverse" + "Metaverse", + "Creator Economy" ], "twitter": "https://twitter.com/TheCubetopia", "description": "Cubetopia is a Web3 building game where players can create anything on unique blocky islands. Each island is a mutable NFT stored on the Internet Computer blockchain. Anyone can visit these islands onchain, while the owner of the NFT ownership handles building permissions.", @@ -752,7 +768,8 @@ "Bitcoin", "NFT", "Ethereum", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "description": "ME wallet securing your assets without seed phrase across any devices.", "github": "https://github.com/AstroxNetwork", @@ -794,7 +811,8 @@ "oneLiner": "A location based app for empowering local communities", "stats": "5,000+ users", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "https://twitter.com/signalsicp", @@ -833,7 +851,8 @@ "name": "CycleOps", "description": "Proactive, automated, no-code canister management for the Internet Computer.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "stats": "450 canisters monitored", "github": "https://github.com/CycleOperators/CycleOps/", @@ -850,7 +869,8 @@ "tags": [ "SocialFi", "Ethereum", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://twitter.com/DSCVR1?s=20&t=qrUKGHeyFLGiBQjpj3iI9A", "description": "DSCVR is an end-to-end decentralized Web3 social media platform that allows communities to form into groups called Portals. These Portals can be NFT gated, airdrop fungible and non-fungible tokens to their members and much more. DSCVR also allows for tipping posts in a growing number of cryptos, supporting ckBTC, a Bitcoin twin living on the Internet Computer.", @@ -868,7 +888,8 @@ "oneLiner": "IC canister management tool", "description": "Top up your canisters, monitor cycles, memory, logs, and get your monthly reports in one place.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "usesInternetIdentity": true, "website": "https://canistergeek.app/", @@ -936,7 +957,8 @@ "oneLiner": "A Web3 space for writers to express autonomy of thought ", "website": "https://mora.app", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Mora allows users to create a unique Web3 space where they can have independent content data, subscription relationships, financial information, and even complex algorithms. From its inception, a planet will be monitored by Launch Trail to ensure compliance with the protocol and establish trust. The Launch Trail will be controlled by the Mora Dao Canister.", "usesInternetIdentity": true, @@ -953,7 +975,8 @@ "name": "DSocial", "website": "https://DSocial.app", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "twitter": "https://x.com/DSocialApp", "description": "DSocial is a decentralized version of YouTube -- enabling content creators to be fairly rewarded for their work, and engagement. This Web3 media platform is hosted end-to-end on the Internet Computer interoperating with Arweave for decentralized video content.", @@ -972,7 +995,8 @@ "tags": [ "Metaverse", "NFT", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "twitter": "https://twitter.com/unfold_vr", "description": "UnfoldVR empowers creators to author 3D NFTs using easy-to-use tools both on the Web and in Virtual Reality.", @@ -1011,7 +1035,8 @@ "website": "https://seers.social/", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "twitter": "https://x.com/SeersApp", "description": "What if there was decentralized Twitter that included prediction markets? Seers is a Web3 social media platform hosted 100% onchain combining social media features with prediction markets.", @@ -1026,7 +1051,8 @@ "name": "PokedStudio Bots", "website": "https://entrepot.app/marketplace/poked", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://x.com/pokedstudiouk", "description": "PokedStudio Bots is a collection of 10,000 unique bots designed by acclaimed digital artist, Jonathan Ball. The Ultimate Master Bot which sold for 3,000 ICP (~$172,140), marks the largest single NFT purchase on the Internet Computer and is one of the largest across all blockchain projects to date. The NFT Bots are all unique and possess differing rarities and attributes that will transfer into a future metaverse gaming experience in beautiful technicolor.", @@ -1063,7 +1089,8 @@ "SocialFi", "DAO", "Bitcoin", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://x.com/nuancedapp", "description": "Nuance is a Web3.0 blogging platform that is hosted onchain end-to-end on the Internet Computer. Developed by Aikin Dapps, the alpha of the world's first blogging platform to be hosted entirely on a blockchain has now launched. Nuance aims to bring NFTs into the world of editorial content ownership.", @@ -1080,7 +1107,8 @@ "website": "https://cosmicrafts.com/", "tags": [ "Games", - "Metaverse" + "Metaverse", + "Creator Economy" ], "twitter": "https://twitter.com/cosmicrafts", "description": "Unleash your inner commander and dominate the metaverse in the action-packed universe of Cosmicrafts. Engage in thrilling interstellar battles, strategize with allies, and conquer the cosmos. Are you ready to claim your place among the stars?", @@ -1100,7 +1128,8 @@ "website": "https://kontribute.app", "tags": [ "SocialFi", - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://twitter.com/TeamBonsai_ICP", "description": "Kontribute is a web3 creators platform that brings story writing and digital art collectibles together. Features include decentralized story storage, likes, tipping, polls, NFT marketplace, and NFT minting.", @@ -1118,7 +1147,8 @@ "name": "Dstar", "website": "https://yunqk-aqaaa-aaaai-qawva-cai.ic0.app/", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "description": "Dstar is an Internet Identity (II) trading marketplace. Since each II is unique, the ICP blockchain treats them as NFTs. Users can trade, purchase, or sell their anonymous blockchain-based authentication accounts on this community-built marketplace. Integrated with Plug wallet, users can search for and purchase any coveted Internet Identity numbers which may be up for auction.", "oneLiner": "Internet Identity Marketplace", @@ -1149,7 +1179,8 @@ "website": "https://www.itoka.xyz/", "tags": [ "NFT", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "The ITOKA project seeks to disrupt the centralized music industry by offering a complete infrastructure solution for the web3 music industry. This includes creation tools, data storage, and music streaming services. The goal of ITOKA is to transform the music industry into a decentralized ecosystem, empowering creators with greater control over their content and a fairer share of revenue.", "usesInternetIdentity": false, @@ -1187,7 +1218,8 @@ "description": "A licensing application for life-sciences companies. Easily monetize your intellectual property using NFTs.", "tags": [ "NFT", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "usesInternetIdentity": false, "website": "https://www.scinet.one/", @@ -1295,7 +1327,8 @@ "oneLiner": "Explore unlimited knowledge, with Q&A interaction between you and me!", "website": "https://ffxwx-3yaaa-aaaah-qajua-cai.ic0.app", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "iKnows is a decentralized application platform built on the Internet Computer (IC), based on the IC network, with knowledge as the core, and through a social approach.", "usesInternetIdentity": true, @@ -1310,7 +1343,8 @@ "oneLiner": "Together we can change the world! One campaign at time.", "description": "A decentralized web3 app, running 100% onchain on the Internet Computer, that lets any user start mobilizations by creating campaigns of four different kinds: donations, votes, signatures, and fundraising.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "website": "https://site.metamob.app/", "github": "https://github.com/av1ctor/metamob", @@ -1327,7 +1361,8 @@ "name": "ICP Explorer", "website": "https://www.icpexplorer.org/#/datacenters", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "description": "ICP Explorer, a project started in 2018, is an open-source, community-built dashboard and explorer for the Internet Computer, providing live information and statistics about the network, governance, and the ICP utility token, including account and transaction information.", "logo": "/img/showcase/icpexplorer_logo.webp", @@ -1453,7 +1488,8 @@ "website": "https://nftanvil.com", "tags": [ "NFT", - "Games" + "Games", + "Creator Economy" ], "description": "NFTAnvil is a wallet, mint & marketplace in the Anvil ecosystem. It's built from scratch and has an alternative & genuine approach to NFTs. It uses Anvil's auto-scaling multi-canister token architecture.", "github": "https://github.com/infu/nftanvil", @@ -1528,7 +1564,8 @@ "oneLiner": "Superior alternative to Linktree", "website": "https://b.ink", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Connect, engage and inspire your audience while owning your data and your identity.", "usesInternetIdentity": true, @@ -1555,7 +1592,8 @@ "oneLiner": "Visual metrics for IC's software activity data", "website": "https://icpulse.io/", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "description": " ICPulse increases the transparency on ICP’s developer ecosystem by aggregating the activity data from GitHub and displaying visual metrics in an effective dashboard.", "usesInternetIdentity": false, @@ -1634,7 +1672,8 @@ "oneLiner": "Product analytics for IC dapps", "description": "See your product main metrics, such as DAU, WAU, MAU, new users, retention, and usage frequency.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "usesInternetIdentity": true, "website": "https://usergeek.app/", @@ -1694,7 +1733,8 @@ "tags": [ "Tools / Infrastructure", "NFT", - "Wallet" + "Wallet", + "Creator Economy" ], "description": "Canister Store is a groundbreaking platform that empowers developers/users in the Internet Computer ecosystem and beyond. With its innovative self-deploy feature, users can effortlessly access and deploy canisters, including pre-built images such as Tokens, NFTs, dapps, and various other tools.", "usesInternetIdentity": true, @@ -1772,7 +1812,8 @@ "website": "https://icmojis.com/", "tags": [ "Games", - "NFT" + "NFT", + "Creator Economy" ], "description": "ICmoji Origins is an NFT-based multiplayer game built end-to-end onchain on the Internet Computer. The winner of the DSCVR Hackathon Season 2 features one of the first NFTs on the Internet Computer, ICMojis.", "usesInternetIdentity": false, @@ -1804,7 +1845,8 @@ "tags": [ "Tools / Infrastructure", "DeFi", - "DAO" + "DAO", + "Analytics" ], "twitter": "https://x.com/ICPCoins", "description": "IC coins by market cap. Aggregates stats from all Internet Computer based DEXes. Price, Volume & liquidity score charts.", @@ -1839,7 +1881,8 @@ "website": "https://www.dgastonia.com/nfts/collections/", "tags": [ "NFT", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "description": "The most comprehensive browsing experience for NFTs. Browse any NFT collection on the Internet Computer, sort & filter by price or rarity, expose floors, and much more.", "usesInternetIdentity": false, @@ -1908,7 +1951,8 @@ "website": "https://gooble.app/", "tags": [ "SocialFi", - "NFT" + "NFT", + "Creator Economy" ], "usesInternetIdentity": false, "stats": "4,000+ goblins", @@ -1954,7 +1998,8 @@ "tags": [ "Tools / Infrastructure", "DeFi", - "NFT" + "NFT", + "Creator Economy" ], "usesInternetIdentity": true, "logo": "/img/showcase/blocklist.png", @@ -1987,7 +2032,8 @@ "oneLiner": "Deploy the frontend of a web3 forum system - metaforo.io on ICP", "website": "https://can1.metaforo.io/", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Metaforo: a Web3 forum prioritizing decentralization, community ownership, and token-gated governance. By shifting the Front-End to IC, we boost reliability, security, and scalability, enabling a seamless user experience without intermediaries.", "stats": "1,000+ users", @@ -2128,7 +2174,8 @@ "tags": [ "Metaverse", "NFT", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "description": "NFT Studio is the first to develop 3D NFTs. This means that the NFTs themselves are living 3D code, as opposed to a .GIF recording of a 3D rendered image. This is only possible thanks to the ICP blockchain as NFTs can run code, not just link to an image. NFT Studio has had features in major media for the 3D NFT minting tools that are being built for global creators.", "display": "Normal", @@ -2179,7 +2226,8 @@ "oneLiner": "Your gateway to web3 apps: connect, chat and explore all in one place", "website": "https://md7ke-jyaaa-aaaak-qbrya-cai.ic0.app/", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Welcome to IC Hub! Your dapp for connecting with friends, chatting, joining groups, and managing tokens & NFTs. For developers, register your projects easily without seeking permission. Empowering you to connect, transact, and build in a user-friendly ecosystem.", "usesInternetIdentity": true, @@ -2196,7 +2244,8 @@ "name": "HashKey DID", "website": "http://icp.hashkey.id", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "The uniquely-designed DID is your passport in web3. Your data and assets will be connected to HashKey DID and your private information will be kept in your own hands.", "stats": "1,200,000 users, 3,200,000 Credentials, 30 Eco-members", @@ -2212,7 +2261,8 @@ "tags": [ "DAO", "Tools / Infrastructure", - "Metaverse" + "Metaverse", + "Creator Economy" ], "description": "The boundaryless autonomous organization.", "logo": "/img/showcase/nnsdao_logo.png", @@ -2228,7 +2278,8 @@ "oneLiner": "Launch a podcast and tap into web3.", "tags": [ "NFT", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "The Decentralized Podcast Protocol for Creators on the IC.", "stats": "10+ Podcaster", @@ -2271,7 +2322,8 @@ "website": "https://agorapp.dev/", "tags": [ "Tools / Infrastructure", - "NFT" + "NFT", + "Creator Economy" ], "description": "AgorApp is a Codecademy-style interactive coding environment where users can learn to develop smart contracts on ICP and, then, test their skills by participating in web3 CTFs and smart contract optimization contests.", "usesInternetIdentity": false, @@ -2290,7 +2342,8 @@ "tags": [ "Tools / Infrastructure", "Metaverse", - "Games" + "Games", + "Creator Economy" ], "description": "Enabling game developer communities to integrate their C++ native projects with the IC interface onchain, using our wrapper for seamless interaction. Easy deployment using Unreal Engine, or other C++ native projects. Our mission is to bridge the gap, enhancing IC's accessibility and inviting a broader community of creators. Using Zondax Unreal, game devs can fully unlock IC's potential. ", "logo": "/img/showcase/zondax-unreal_logo.webp", @@ -2363,7 +2416,8 @@ "stats": "", "tags": [ "SocialFi", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "usesInternetIdentity": true, "github": "", @@ -2386,7 +2440,8 @@ "stats": "25.000+ views", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": true, "github": "", @@ -2427,7 +2482,8 @@ "oneLiner": "Create Your Virtual Space as a 3D-Website on the Internet Computer", "tags": [ "Tools / Infrastructure", - "Metaverse" + "Metaverse", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/Bebb-Protocol-and-Apps/PWS", @@ -2443,7 +2499,8 @@ "tags": [ "Tools / Infrastructure", "SocialFi", - "Enterprise" + "Enterprise", + "Creator Economy" ], "logo": "/img/showcase/faceless_logo.png", "description": "Faceless provides a cross-platform private payment system based on human-readable identifiers in the IC ecosystem. It brings regulation-compliant financial services to users while still preserving users' privacy.", @@ -2470,7 +2527,8 @@ "tags": [ "NFT", "Tools / Infrastructure", - "DeFi" + "DeFi", + "Creator Economy" ], "usesInternetIdentity": false, "twitter": "https://twitter.com/221BravoApp", @@ -2495,7 +2553,8 @@ "DeFi", "DAO", "SocialFi", - "Enterprise" + "Enterprise", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "", @@ -2514,7 +2573,8 @@ "id": "doocoins", "oneLiner": "Kids rewards dapp", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/jakepeg/doocoins-pwa", @@ -2555,7 +2615,8 @@ "oneLiner": "The story of blockchain, told in Art.", "tags": [ "NFT", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/flowerpowerdao/", @@ -2599,7 +2660,8 @@ "oneLiner": "The first Decentralized & Cross-Platform Game Store.", "tags": [ "NFT", - "Games" + "Games", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/IsotopicIO/icp-store", @@ -2634,7 +2696,8 @@ "name": "ICP Explorer", "website": "https://icp.footprint.network/", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "stats": "1000 users", "usesInternetIdentity": false, @@ -2680,7 +2743,8 @@ "tags": [ "Bitcoin", "NFT", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/BitBasel", @@ -2701,7 +2765,8 @@ "stats": "100% on chain", "tags": [ "SocialFi", - "NFT" + "NFT", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/Zona-Tres/Hobbi/", @@ -2816,7 +2881,8 @@ "website": "https://www.outrank.io", "tags": [ "NFT", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "description": "Open-source code, onchain rarity calculator, and empirical research to allow users to better understand NFT rarity", "logo": "/img/showcase/Outrank_logo.jpg", @@ -2889,7 +2955,9 @@ "stats": "15,000+ Active Users", "tags": [ "SocialFi", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy", + "Analytics" ], "usesInternetIdentity": false, "github": "https://github.com/AlphadayHQ ", @@ -2937,7 +3005,8 @@ "stats": "Alpha phase", "tags": [ "NFT", - "DeFi" + "DeFi", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/datanomeproject", @@ -2962,7 +3031,8 @@ "tags": [ "NFT", "Tools / Infrastructure", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/glue-org", @@ -2983,7 +3053,8 @@ "NFT", "Metaverse", "Games", - "AI" + "AI", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/ktimam/ICSimpleSoccer", @@ -3003,7 +3074,8 @@ "oneLiner": "Airbnb for EV charging powered by Blockchain", "stats": "3000+ users", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "usesInternetIdentity": false, "github": "https://github.com/nbelthan/Mapz-navigator", @@ -3057,7 +3129,8 @@ "website": "https://relinkd.xyz/", "tags": [ "Tools / Infrastructure", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Digital identity + scores protocol and dapp. We're building a decentralized identity protocol, aggregating onchain and off-chain credentials into the scores for creating trustworthy self-sovereign identity and personal brand profiles.", "stats": "1000 users", @@ -3195,7 +3268,8 @@ "Bitcoin", "Ethereum", "NFT", - "Chain Fusion" + "Chain Fusion", + "Creator Economy" ], "twitter": "https://twitter.com/VaultBet", "discord": "https://discord.gg/qmr92dup3J", @@ -3278,7 +3352,8 @@ "website": "https://openfpl.xyz/", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "github": "https://github.com/jamesbeadle/OpenFPL", "twitter": "https://twitter.com/OpenFPL_DAO", @@ -3357,7 +3432,8 @@ "youtube": "https://www.youtube.com/@Game_bloc", "tags": [ "Games", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "A decentralized platform empowering gamers and gaming organizations to create, manage, and participate in game tournaments.", "usesInternetIdentity": true, @@ -3375,7 +3451,8 @@ "SocialFi", "AI", "Enterprise", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "twitter": "https://twitter.com/Dmailofficial", "discord": "https://discord.gg/dmailofficial", @@ -3411,7 +3488,8 @@ "tags": [ "Tools / Infrastructure", "Enterprise", - "SocialFi" + "SocialFi", + "Creator Economy" ], "twitter": "https://twitter.com/b4b_world", "description": "B4B.app is a Web3 influencer marketing protocol that brings transparency, ownership, escrow, and onchain history from all socials", @@ -3443,7 +3521,8 @@ "oneLiner": "Decentralised ticketing platform offering fully onchain, dynamic and tradable digital ticketing to event organisers.", "website": "https://xw7l2-viaaa-aaaal-qditq-cai.icp0.io/", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://twitter.com/FrontRowIC", "description": "Decentralised ticketing platform offering fully onchain, dynamic and tradable digital ticketing to event organisers.", @@ -3460,7 +3539,8 @@ "Tools / Infrastructure", "NFT", "DAO", - "DeFi" + "DeFi", + "Creator Economy" ], "description": "ICTO is an automated token management platform that simplifies vesting schedules, recurring payroll distributions, token lock and tokenized crowdfunding for projects building on the Internet Computer. It provides modular smart contracts, allowing any project to transparently handle token operations without technical friction.", "usesInternetIdentity": true, @@ -3577,7 +3657,8 @@ "name": "ICP NFT Creater", "oneLiner": "Shopify app designed to streamline the process of creating and launching NFT collections, product certificates, and more on ICP.", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "description": "Shopify app designed to streamline the process of creating and launching NFT collections, product certificates, and more on ICP.", "usesInternetIdentity": false, @@ -3607,7 +3688,8 @@ "oneLiner": "A chat and API interface allowing communication with an AI model.", "tags": [ "AI", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "A chat and API interface allowing communication with an AI model.", "usesInternetIdentity": false, @@ -3636,7 +3718,8 @@ "oneLiner": "ICP's most popular NFT marketplace", "website": "https://entrepot.app/", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://twitter.com/toniqlabs", "description": "Entrepot is a decentralized NFT marketplace developed by ToniqLabs, the creators behind Rise of the Magni, Stoic Wallet, Cronic NFTs, and Exponent. Entrepot provides users with tools and onchain services to design, deploy, and manage NFTs and traditional tokens.", @@ -3664,7 +3747,8 @@ "DAO", "SocialFi", "NFT", - "AI" + "AI", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/ldclabs/ic-panda", @@ -3770,7 +3854,8 @@ "oneLiner": "A tool that creates online communities as NFTs owned by the creators.", "tags": [ "SocialFi", - "NFT" + "NFT", + "Creator Economy" ], "description": "A tool that creates online communities as NFTs owned by the creators", "usesInternetIdentity": false, @@ -3813,7 +3898,8 @@ "name": "Amplify Platform", "oneLiner": "A platform that enables Twitter (X) accounts to boost post engagement by rewarding interacting users with ICP and select ICRC tokens.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "A platform that enables Twitter (X) accounts to boost post engagement by rewarding interacting users with ICP and select ICRC tokens.", "usesInternetIdentity": false, @@ -3830,7 +3916,8 @@ "tags": [ "Games", "NFT", - "Metaverse" + "Metaverse", + "Creator Economy" ], "description": "Obsidian Tears is a 2D adventure featuring original art, story, music, and over 50 collectible NFT artifacts. Our mission is to make a great story after our favorite old-time classics, and to empower others to do the same.", "logo": "/img/showcase/obsidian-tears-logo.webp", @@ -3924,7 +4011,8 @@ "oneLiner": "A community-owned Web3 application that primarily offers taxi, delivery, and courier services.", "stats": "5000 waitlist signups", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "https://twitter.com/RiideDapp" @@ -3955,7 +4043,8 @@ "display": "Normal", "oneLiner": "A new protocol that gathers notifications and events from all your apps implementing it, and compiles them into a user-specific canister.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "https://twitter.com/konectA_Dao", @@ -3971,7 +4060,8 @@ "oneLiner": "A vacation real estate tokenization and rental platform on ICP, enabling users to invest in vacation real estate with investments as low as USD 100.", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": true, "twitter": "https://twitter.com/estatedao_icp", @@ -3987,7 +4077,8 @@ "oneLiner": "A community initiative aiming to drive awareness of the Motoko branding.", "tags": [ "SocialFi", - "DAO" + "DAO", + "Creator Economy" ], "usesInternetIdentity": false }, @@ -4010,7 +4101,8 @@ "oneLiner": "Censorship-resistant fully onchain social media platform", "website": "https://distrikt.app", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "twitter": "https://twitter.com/DistriktApp?s=20&t=FIuSJzaUxndtjKLTpwmCEw", "description": "Distrikt is a completely decentralized, community-owned Web3 social media platform. Users of the platform will soon be able to vote on upgrades, and no user data will ever be mined or sold. Create your account, secured by Internet Identity today.", @@ -4095,7 +4187,8 @@ "website": "https://replicatr.dev/", "tags": [ "Tools / Infrastructure", - "SocialFi" + "SocialFi", + "Creator Economy" ], "twitter": "https://twitter.com/pyorxyz", "github": "https://github.com/Hubmakerlabs/replicatr", @@ -4110,7 +4203,8 @@ "oneLiner": "A city-based events calendar app helping web3 communities and companies in effectively reaching their target audience within cities.", "website": "https://dotmeet.app/", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "stats": "4,000 users", "twitter": "https://twitter.com/dotmeetapp", @@ -4174,7 +4268,8 @@ "website": "https://www.momint.so", "tags": [ "DeFi", - "NFT" + "NFT", + "Creator Economy" ], "stats": "53,000 users", "twitter": "https://twitter.com/Momint_official", @@ -4217,7 +4312,8 @@ "name": "Raters", "oneLiner": "A SocialFi blockchain-powered platform designed for movie lovers, offering a space to share reviews, ratings, and discover films.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "website": "https://ratersapp.com/", "twitter": "https://twitter.com/raters_app", @@ -4233,7 +4329,8 @@ "tags": [ "SocialFi", "DAO", - "NFT" + "NFT", + "Creator Economy" ], "website": "https://incheon.world/#/main", "twitter": "https://twitter.com//incheon_heroes", @@ -4262,7 +4359,8 @@ "oneLiner": "AI-powered cross-chain analytics. Offering real-time blockchain data, starting with Bitcoin.", "tags": [ "Tools / Infrastructure", - "Bitcoin" + "Bitcoin", + "Analytics" ], "website": "https://panoramablock.com", "github": "https://github.com/Panorama-Block/panorama-block-icp", @@ -4277,7 +4375,8 @@ "name": "Dapp Radar", "oneLiner": "A dapp discovery portal for blockchain users, provides insights for investors and analysts, and educates visitors about vital blockchain networks.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "website": "https://dappradar.com/", "twitter": "https://twitter.com/dappradar", @@ -4292,7 +4391,8 @@ "oneLiner": "A hyper-casual, motorcycle race game where players develop their riders and improve high-speed tracks.", "tags": [ "Games", - "NFT" + "NFT", + "Creator Economy" ], "website": "https://motodex.dexstudios.games/", "twitter": "https://twitter.com/openbisea", @@ -4306,7 +4406,8 @@ "name": "Fomowell", "oneLiner": "The fairest Web3 project launch platform.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "stats": "300 users, daily transactions of $3k", "website": "https://fomowell.com/", @@ -4351,7 +4452,8 @@ "oneLiner": "The world's First NFT Broadcast Station", "tags": [ "NFT", - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "Introducing CaniPlay (Can I Play), the pioneering, fully onchain NFT broadcast station. Submit your audio or video content, reach a global audience, and receive recognition and rewards from your listeners. As a listener, enjoy airdrops for actively participating in curating content", "usesInternetIdentity": true, @@ -4384,7 +4486,8 @@ "oneLiner": "Web3 social graph using a graph database built on ICP.", "tags": [ "Tools / Infrastructure", - "SocialFi" + "SocialFi", + "Creator Economy" ], "website": "https://relationlabs.ai/home", "github": "https://github.com/relationlabs/relation-graph-icp", @@ -4447,7 +4550,8 @@ "oneLiner": "A fusion of social network, marketplace, and Web directory.", "website": "https://zoncircle.com", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "description": "A fusion of social network, marketplace, and Web directory. World as items in folders. On the mission to overcome network effect - well suited for indie authors.", "logo": "/img/showcase/zon_logo.webp", @@ -4522,7 +4626,8 @@ "logo": "/img/showcase/icecube_logo.png", "display": "Normal", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/NeutronStarDAO/icecube", @@ -4607,7 +4712,8 @@ "display": "Normal", "oneLiner": "Gamified quest board where projects can create “Shifts” or marketing bounties for their community to collect.", "tags": [ - "SocialFi" + "SocialFi", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/MemeFighterCo/Moonshift", @@ -4712,7 +4818,8 @@ "oneLiner": "A decentralized open-source reputation standard that utilizes ICP securely and autonomously verify user achievements and issue credentials.", "tags": [ "SocialFi", - "Tools / Infrastructure" + "Tools / Infrastructure", + "Creator Economy" ], "usesInternetIdentity": true, "github": "https://github.com/relinkd/UPAS", @@ -4770,7 +4877,8 @@ "logo": "/img/showcase/phasma_logo.webp", "display": "Normal", "tags": [ - "NFT" + "NFT", + "Creator Economy" ], "twitter": "https://x.com/phasmafuture", "website": "https://entrepot.app/marketplace/phasma" @@ -4846,7 +4954,8 @@ "id": "icptokens", "name": "ICP Tokens", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "stats": "15,000+ users", "website": "https://icptokens.net", @@ -4858,4 +4967,4 @@ "display": "Normal", "logo": "/img/showcase/icptokens_logo.svg" } -] +] \ No newline at end of file diff --git a/src/pages/ecosystem.tsx b/src/pages/ecosystem.tsx index 1bb0eca2e0..8b17450232 100644 --- a/src/pages/ecosystem.tsx +++ b/src/pages/ecosystem.tsx @@ -315,11 +315,7 @@ const tags = Object.entries( reducedTags ) .filter(([tag]) => tagsNavigation.includes(tag)) - // .map(([tag, count]): [string, number] => - // tag === "Chainfusion" ? ["Chain Fusion", count] : [tag, count] - // ) .sort((a, b) => { - // const priorityOrder = ["AI", "Chain Fusion", "Bitcoin", "Ethereum"]; const priorityOrder = tagsNavigation; const indexA = priorityOrder.indexOf(a[0]); const indexB = priorityOrder.indexOf(b[0]); From b16253d19bce9656bfc9d1a542f2746e56b7be40 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 19 Dec 2024 11:37:42 +0100 Subject: [PATCH 3/7] add some analytics tags --- showcase.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/showcase.json b/showcase.json index a9911a8a6f..cffc228f9f 100644 --- a/showcase.json +++ b/showcase.json @@ -1506,7 +1506,8 @@ "description": "Stop worrying about system failures and slow performance. Our data center standby team is here to keep your nodes running at top speed, with round-the-clock monitoring and troubleshooting. Currently managing 70 nodes in 3 datacenters.", "tags": [ "Tools / Infrastructure", - "Enterprise" + "Enterprise", + "Analytics" ], "website": "https://www.aviatelabs.co/", "github": "https://github.com/aviate-labs?q=&type=all&language=go&sort=stargazers", @@ -1688,7 +1689,8 @@ "oneLiner": "Remote configuration tool", "description": "Change the appearance and behaviour of your product in real-time.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "usesInternetIdentity": true, "website": "https://configeek.app/", @@ -2078,7 +2080,8 @@ "tags": [ "Tools / Infrastructure", "Ethereum", - "Chain Fusion" + "Chain Fusion", + "Analytics" ], "description": "An advanced on-chain data hub that aggregates data from various markets and makes it accessible on-chain.", "usesInternetIdentity": false, @@ -3625,7 +3628,8 @@ "name": "Internet Computer Analytics Platform", "oneLiner": "A framework for users to query and analyze data from various sources in the ICP ecosystem.", "tags": [ - "Tools / Infrastructure" + "Tools / Infrastructure", + "Analytics" ], "description": "A framework for users to query and analyze data from various sources in the ICP ecosystem.", "usesInternetIdentity": false, @@ -4172,7 +4176,8 @@ "website": "https://shrny-laaaa-aaaag-alckq-cai.icp0.io/", "tags": [ "Tools / Infrastructure", - "DAO" + "DAO", + "Analytics" ], "twitter": "https://twitter.com/pyorxyz", "description": "A data dashboard that displays metrics and charts related to the rewards distributed within the SNS ecosystem.", From 44259aeb9372cdd250931a5336fc6ed332c16a72 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 19 Dec 2024 14:49:24 +0100 Subject: [PATCH 4/7] rename games to gaming --- README.md | 6 ++-- plugins/validate-showcase.js | 2 +- showcase.json | 54 ++++++++++++++++++------------------ 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index c7585f6585..e45e6a96ad 100644 --- a/README.md +++ b/README.md @@ -600,7 +600,7 @@ The list of tags is not final, and will be updated as the project evolves. For n - `DAO` - `DeFi` - `Enterprise` -- `Games` +- `Gaming` - `Metaverse` - `NFT` - `SocialFi` @@ -611,14 +611,14 @@ The list of tags is not final, and will be updated as the project evolves. For n ### Object schema -``` +```json { id: string, name: string, oneLiner: string, // short description of the project website: string, // URL starting with `https://` - tags: ('AI' | 'Chain Fusion' | 'Bitcoin' | 'Ethereum' | 'DAO' | 'DeFi' | 'Enterprise' | 'Games' | 'Metaverse' | 'NFT' | 'SocialFi' | 'Tools / Infrastructure' | 'Wallet')[], + tags: ('AI' | 'Chain Fusion' | 'Bitcoin' | 'Ethereum' | 'DAO' | 'DeFi' | 'Enterprise' | 'Gaming' | 'Metaverse' | 'NFT' | 'SocialFi' | 'Tools / Infrastructure' | 'Wallet' | 'Analytics' | 'Creator Economy')[], description: string, // description of the project stats: string, // eg. "10,000 users" logo: string, // url to logo file, eg. /img/showcase/awesome-icp-project_logo.webp diff --git a/plugins/validate-showcase.js b/plugins/validate-showcase.js index 37c635cd51..b22b53b50f 100644 --- a/plugins/validate-showcase.js +++ b/plugins/validate-showcase.js @@ -21,7 +21,7 @@ const tags = [ "DeFi", "Wallet", "Metaverse", - "Games", + "Gaming", "DAO", "Enterprise", "Analytics", diff --git a/showcase.json b/showcase.json index cffc228f9f..766e883be7 100644 --- a/showcase.json +++ b/showcase.json @@ -145,7 +145,7 @@ "website": "https://yuku.app/", "tags": [ "NFT", - "Games", + "Gaming", "DAO", "Metaverse", "AI", @@ -181,7 +181,7 @@ "website": "https://dragginz.io/", "tags": [ "SocialFi", - "Games", + "Gaming", "DAO", "Creator Economy" ], @@ -213,7 +213,7 @@ "website": "https://yral.com", "tags": [ "SocialFi", - "Games", + "Gaming", "DAO", "Creator Economy" ], @@ -617,7 +617,7 @@ "oneLiner": "Powering the next generation of fully onchain games, and providing a collaborative hub for all things web3 gaming.", "website": "https://boomdao.xyz/", "tags": [ - "Games", + "Gaming", "DAO", "Tools / Infrastructure", "NFT", @@ -644,7 +644,7 @@ "name": "Plethora", "website": "https://plethora.game/", "tags": [ - "Games", + "Gaming", "Metaverse", "NFT", "Creator Economy" @@ -677,7 +677,7 @@ "oneLiner": "Build and own an NFT World on the blockchain", "website": "https://kqwp7-2yaaa-aaaah-abyna-cai.raw.ic0.app/", "tags": [ - "Games", + "Gaming", "Metaverse", "Creator Economy" ], @@ -785,7 +785,7 @@ "name": "AutoRoyale", "website": "https://cm6iy-sqaaa-aaaam-abmxq-cai.icp0.io/", "tags": [ - "Games" + "Gaming" ], "twitter": "", "description": "Jump into this proof of concept battle royale 2D shooter on ICP. Grab gear, outplay the competition, and stay alive as the battleground shrinks. It's all about thinking a few steps ahead. Upgrade weapons, toss grenades, and pull off sneaky ambushes. Invite your pals for a quick match and make sure you play the tutorial to get used to the mechanics.", @@ -943,7 +943,7 @@ "name": "Eimolad", "description": "This is an amazing world inhabited by humans, dwarves, orcs, elves, and other fantastic creatures. This is a world of magic and valor. This world is full of mysteries, dangers, and incredible adventures. ", "tags": [ - "Games" + "Gaming" ], "website": "https://eimolad.com/", "twitter": "https://twitter.com/eimolad", @@ -1106,7 +1106,7 @@ "oneLiner": "Blast through the metaverse with Cosmicrafts, where interstellar mayhem meets epic battles for the ultimate cosmic showdown!", "website": "https://cosmicrafts.com/", "tags": [ - "Games", + "Gaming", "Metaverse", "Creator Economy" ], @@ -1253,7 +1253,7 @@ "name": "Saga Tarot", "website": "https://5nl7c-zqaaa-aaaah-qaa7a-cai.raw.ic0.app/", "tags": [ - "Games" + "Gaming" ], "description": "Have your fortune told on the Internet Computer. Saga Tarot gives you a tarot reading in one click. The user-friendly dapp is built completely on the Internet Computer, accessible from any browser. What will the future hold for you?", "usesInternetIdentity": true, @@ -1396,7 +1396,7 @@ "name": "Mission Is Possible", "website": "https://to3ja-iyaaa-aaaai-qapsq-cai.raw.ic0.app/", "tags": [ - "Games" + "Gaming" ], "description": "Mission is Possible - 3rd place winner of the DSCVR Hackathon Season 2 - is a PVP third-person shooter hosted on the Internet Computer blockchain. The John Wick-inspired game is built using the Unity 3D Game Engine and hosted on the IC enabling decentralized login with Internet Identity. ", "usesInternetIdentity": true, @@ -1488,7 +1488,7 @@ "website": "https://nftanvil.com", "tags": [ "NFT", - "Games", + "Gaming", "Creator Economy" ], "description": "NFTAnvil is a wallet, mint & marketplace in the Anvil ecosystem. It's built from scratch and has an alternative & genuine approach to NFTs. It uses Anvil's auto-scaling multi-canister token architecture.", @@ -1813,7 +1813,7 @@ "oneLiner": "NFT Based Multiplayer Game Onchain", "website": "https://icmojis.com/", "tags": [ - "Games", + "Gaming", "NFT", "Creator Economy" ], @@ -1924,7 +1924,7 @@ "name": "Welcome Into the Metaverse", "website": "https://lc7ip-3iaaa-aaaah-aafva-cai.ic0.app/", "tags": [ - "Games" + "Gaming" ], "description": "Prize winner of the DSCVR hackathon for the Internet Computer - this game brings digital community into a unified virtual space. Find anecdotes from founding ecosystem members, and go through a series of quests.", "logo": "/img/showcase/welcomeintothemetaverse_logo.webp", @@ -1937,7 +1937,7 @@ "name": "Reversi", "website": "https://ivg37-qiaaa-aaaab-aaaga-cai.ic0.app/#!/play", "tags": [ - "Games" + "Gaming" ], "description": "Reversi is one of the first canister smart contracts deployed to the Internet Computer and is a completely decentralized multiplayer game. Play against a friend (or foe) in real-time, from any browser, anywhere in the world. ", "github": "https://github.com/ninegua/reversi", @@ -1970,7 +1970,7 @@ "description": "A weekly sweepstake where players predict Premier League scores.", "website": "https://43loz-3yaaa-aaaal-qbxrq-cai.ic0.app/", "tags": [ - "Games" + "Gaming" ], "usesInternetIdentity": true, "logo": "/img/showcase/football-god_logo.webp", @@ -2345,7 +2345,7 @@ "tags": [ "Tools / Infrastructure", "Metaverse", - "Games", + "Gaming", "Creator Economy" ], "description": "Enabling game developer communities to integrate their C++ native projects with the IC interface onchain, using our wrapper for seamless interaction. Easy deployment using Unreal Engine, or other C++ native projects. Our mission is to bridge the gap, enhancing IC's accessibility and inviting a broader community of creators. Using Zondax Unreal, game devs can fully unlock IC's potential. ", @@ -2663,7 +2663,7 @@ "oneLiner": "The first Decentralized & Cross-Platform Game Store.", "tags": [ "NFT", - "Games", + "Gaming", "Creator Economy" ], "usesInternetIdentity": false, @@ -3055,7 +3055,7 @@ "tags": [ "NFT", "Metaverse", - "Games", + "Gaming", "AI", "Creator Economy" ], @@ -3117,7 +3117,7 @@ "oneLiner": "Provably fair and fun dice rolling game with a quirk", "stats": "1500+ transactions", "tags": [ - "Games" + "Gaming" ], "usesInternetIdentity": false, "github": "https://github.com/icdragoneyes/dragon_canister", @@ -3266,7 +3266,7 @@ "oneLiner": "Redefining online betting on the Internet Computer.", "website": "https://vault-bet.com", "tags": [ - "Games", + "Gaming", "DeFi", "Bitcoin", "Ethereum", @@ -3434,7 +3434,7 @@ "discord": "https://discord.gg/wgRuenwTEK", "youtube": "https://www.youtube.com/@Game_bloc", "tags": [ - "Games", + "Gaming", "SocialFi", "Creator Economy" ], @@ -3582,7 +3582,7 @@ "oneLiner": "Flexible framework for fully onchain multiplayer turn-based games. Bulldog Blast is a semi-realtime multiplayer arcade combat game.", "tags": [ "Tools / Infrastructure", - "Games" + "Gaming" ], "description": "Flexible framework for fully onchain multiplayer turn-based games. Bulldog Blast is a semi-realtime multiplayer arcade combat game.", "usesInternetIdentity": true, @@ -3918,7 +3918,7 @@ "oneLiner": "Obsidian Tears is a 2D RPG similar to old-time classics, complete with NFT and blockchain integration on the Internet Computer.", "website": "https://obsidiantears.xyz/", "tags": [ - "Games", + "Gaming", "NFT", "Metaverse", "Creator Economy" @@ -4095,7 +4095,7 @@ "display": "Normal", "oneLiner": "A game where users participate in motorcycle races, develop their riders and improve high-speed tracks.", "tags": [ - "Games" + "Gaming" ], "usesInternetIdentity": false }, @@ -4395,7 +4395,7 @@ "name": "Motodex", "oneLiner": "A hyper-casual, motorcycle race game where players develop their riders and improve high-speed tracks.", "tags": [ - "Games", + "Gaming", "NFT", "Creator Economy" ], @@ -4854,7 +4854,7 @@ "display": "Normal", "oneLiner": "Collect, battle and track down mythical creatures in this open world adventure game!", "tags": [ - "Games" + "Gaming" ], "usesInternetIdentity": false, "website": "https://gi72u-lqaaa-aaaal-ac3ga-cai.raw.icp0.io/", From 63ea7ce0796f99acaa4208c97e485bbe8619af0f Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 19 Dec 2024 14:53:24 +0100 Subject: [PATCH 5/7] rename games to gaming links --- src/pages/gaming.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/gaming.tsx b/src/pages/gaming.tsx index 66b20e55b0..7e12bb4792 100644 --- a/src/pages/gaming.tsx +++ b/src/pages/gaming.tsx @@ -270,7 +270,7 @@ function GamingPage() { From 26d2aa532caaaf6f7594dd0886b96df73d33a953 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 19 Dec 2024 15:00:49 +0100 Subject: [PATCH 6/7] rename games to gaming links --- plugins/utils/redirects.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/utils/redirects.js b/plugins/utils/redirects.js index 99851dfc7d..648bf86668 100644 --- a/plugins/utils/redirects.js +++ b/plugins/utils/redirects.js @@ -15,6 +15,7 @@ const redirects = ` /openchat /sns /howitworks /how-it-works /showcase /ecosystem + /ecosystem?tag=Games /ecosystem?tag=Gaming /multichain /chainfusion /basics /what-is-the-ic /community https://linktr.ee/icp_hubs_network From 089224ec88bd18570fb6e6c509b7e1260043ea64 Mon Sep 17 00:00:00 2001 From: David Aerne Date: Thu, 19 Dec 2024 15:06:05 +0100 Subject: [PATCH 7/7] revert redirect --- plugins/utils/redirects.js | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/utils/redirects.js b/plugins/utils/redirects.js index 648bf86668..99851dfc7d 100644 --- a/plugins/utils/redirects.js +++ b/plugins/utils/redirects.js @@ -15,7 +15,6 @@ const redirects = ` /openchat /sns /howitworks /how-it-works /showcase /ecosystem - /ecosystem?tag=Games /ecosystem?tag=Gaming /multichain /chainfusion /basics /what-is-the-ic /community https://linktr.ee/icp_hubs_network