A public and community-maintained registry of applications, infrastructure, wallets, NFT projects, and ecosystem tools built on Cookie Chain.
This repository serves as the official source of ecosystem data used across Cookie Chain websites and applications.
Projects listed here can be automatically displayed on ecosystem pages, directories, explorers, dashboards, and other community-built services.
.
├── apps.json
└── logos/Contains the ecosystem registry.
Example:
{
"title": "CookieSwap",
"description": "Native DeFi powerhouse for swaps, liquidity, and yield in the COOK ecosystem.",
"tag": "DeFi",
"href": "https://cookieswap.fun",
"x": "https://x.com/cookieswapapp",
"logo": "https://raw.githubusercontent.com/cookiechain/apps/main/logos/cookieswap.png",
"live": true
}Contains logo assets referenced by entries inside apps.json.
Supported formats:
- PNG
- JPG
- JPEG
- SVG
- WEBP
Current ecosystem categories include:
- DeFi
- Wallet
- Infra
- NFT
- Meme
Additional categories may be added as the ecosystem grows.
- Fork this repository.
- Add your logo to the
logos/directory. - Add a new entry to
apps.json. - Open a Pull Request.
Example:
{
"title": "My App",
"description": "Short description of the project.",
"tag": "DeFi",
"href": "https://myapp.xyz",
"x": "https://x.com/myapp",
"logo": "https://raw.githubusercontent.com/cookiechain/apps/main/logos/myapp.png",
"live":false
}Projects should:
- Be related to Cookie Chain.
- Have a working public website.
- Provide a clear description.
- Use an appropriate category.
- Include a logo asset.
The community may reject spam, malicious, or misleading submissions.
Public JSON endpoint:
https://raw.githubusercontent.com/cookiechain/apps/main/apps.jsonApplications can fetch ecosystem data directly:
const apps = await fetch(
"https://raw.githubusercontent.com/cookiechain/apps/main/apps.json"
).then((res) => res.json());This repository is maintained by the Cookie Chain community.
Built by builders. Maintained by degens. Powered by cookies. 🍪