A project developed in 48 hours during the CHILIZ hackathon at the Parc des Princes
The goal: build a blockchain for K-pop fans that rewards their engagement (streams, album purchases, community actions) with decentralized tokens.
These tokens allow super fans to unlock exclusive rewards offered directly by the artists.
- 📊 Fan engagement tracking: streams, purchases, community activities.
- 💎 Token rewards: every action generates decentralized tokens.
- 🎁 Exclusive rewards: tokens can be redeemed for unique artist experiences.
- 🌐 Next.js web app: simple and fast fan interface.
- ⛓ Foundry smart contracts: transparency and on-chain security.
chiliz_contract/: smart contracts (built with Foundry).frontend/: Next.js web application with React hooks and UI components.script_mission.js: script for defining and executing fan missions.
Make sure you have installed:
# Clone the repo
git clone https://github.com/username/k-fanchain.git
cd k-fanchain
# Install frontend dependencies
cd frontend
pnpm install
# Run the dev server
pnpm dev