Skip to content

Latest commit

 

History

History
46 lines (34 loc) · 1.33 KB

File metadata and controls

46 lines (34 loc) · 1.33 KB

Add a new project

Steps

  1. Generate a UUID for your project: uuidgenerator.net/version4

  2. Add your logo to public/logos/ (PNG or JPG, square, min 200x200px)

  3. Add your project to data/ecosystem.ts — append a new entry to the allProjects array:

{
  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
}
  1. Check available tags in data/tag.ts — use existing tag values (e.g. "defi", "gaming", "nft", "infrastructure", "wallet", etc.)

  2. Run the linter to make sure everything is clean:

yarn lint
  1. Create a Pull Request with the title: ✨ Introducing YourProjectName

Your project will go live automatically once the PR is merged.

Questions?

Join the community Telegram: https://t.me/starknet_ecosystem