HashFans is the official community website for HashKey Chain, serving as a central platform for ecosystem updates, project showcases, and community engagement.
HashFans connects builders, users, and enthusiasts within the HashKey Chain ecosystem. The platform features:
- 🎯 Latest ecosystem activities and campaigns
- 🚀 Featured projects building on HashKey Chain
- 📰 Network updates and news
- 🤝 Community engagement opportunities
- Multi-language support
- Project directory
- Event calendar
- Network statistics
- Community resources
We welcome projects building on HashKey Chain to submit their information for listing. Please follow the format below:
{
id: "your-project-id",
name: "Your Project Name",
logo: "/path/to/logo.png", // Provide logo URL or file
imgClassName: "h-8 w-auto", // Optional: Custom image styling
link: "https://your-project-url.com",
tags: ["category1", "category2"], // Choose from: infrastructure, bridge, wallet, RWA, defi, oracle, gaming, DeFi, Dex
isVerified: false, // Will be reviewed by the team
description: {
en: "English description of your project (max 150 characters)",
zh: "Chinese description of your project (max 150 characters)"
},
// Optional fields
contractAddress: "0x...", // If applicable
pointsBonus: {
type: "interaction", // interaction | bonus | reward
hasExtraPoints: false,
description: {
en: "Bonus description in English",
zh: "Bonus description in Chinese"
}
},
socials: [
{
platform: "x", // x | discord | telegram
link: "https://x.com/your-handle"
}
],
buttons: [
{
text: "Button Text",
link: "https://action-url.com"
}
]
}To submit your project:
- Fork this repository
- Add your project information to
src/data/projectsData.ts - Create a pull request with the subject "Project Submission: [Project Name]"
- Include any additional information or context in the PR description
# Install dependencies
npm install
# Run development server
npm run dev
# Build for production
npm run buildWe welcome contributions from the community! Please read our contributing guidelines before submitting PRs.
- Twitter: @HashFans
- Discord: Join our community
MIT License - see LICENSE.md for details