-
Generate a UUID for your project: uuidgenerator.net/version4
-
Add your logo to
public/logos/(PNG or JPG, square, min 200x200px) -
Add your project to
data/ecosystem.ts— append a new entry to theallProjectsarray:
{
id: "your-generated-uuid",
name: "Your Project Name",
shortName: "ShortName",
description: "A short description of what your project does.",
tags: ["defi"], // use existing tags from data/tag.ts
image: "your-logo.png", // filename in public/logos/
network: {
website: "https://yourproject.com",
github: "https://github.com/yourorg",
twitter: "https://x.com/yourhandle",
medium: "",
discord: "",
telegram: "",
},
isLive: true, // true if live on mainnet
isTestnetLive: false, // true if live on testnet
}-
Check available tags in
data/tag.ts— use existing tag values (e.g."defi","gaming","nft","infrastructure","wallet", etc.) -
Run the linter to make sure everything is clean:
yarn lint- Create a Pull Request with the title:
✨ Introducing YourProjectName
Your project will go live automatically once the PR is merged.
Join the community Telegram: https://t.me/starknet_ecosystem