noiz.fun is a playful, mobile-first sound playground built for Solana.
Users can create short audio clips, like others' creations, and earn points in a gamified experience. Think of it as TikTok + Bangers + Tinder, but for short sounds only.
Built for the Solana Mobile Hackathon, powered by Ferno.
- Scroll through trending sounds (ranked by likes)
- Tap to play sounds with visual animation
- Category filters
- Top 1 sound is highlighted with crown + golden frame
- Tinder-style interface
- Swipe right to like, left to skip
- Sounds auto-play
- Each like consumes 1 ⚡️ bolt
- Shows sounds the user liked
- Only available when wallet is connected
- Record directly in-app
- Add title and select a category
- Triggers a Solana transaction (0.002 SOL) to create the sound onchain
- Burn 1 ⚡️bolt when publishing
- Sign-in with Solana mobile wallet
- Track your uploaded sounds
- See your ⚡️ daily bolts left
- Track your total points (10 pts per like received)
-
Build Android APK:
npx eas build --profile development --platform android
➜ Scan the QR code to install the APK on your phone
-
Run in Expo (development):
npx expo start -c
➜ Install the Expo Go app on your device
➜ Scan the QR code to preview the app
➜ Pressrin the terminal to refresh manually
cd program
anchor build
anchor deploy- Expo + React Native (mobile app)
- Anchor Smart Contract (built with Codigo AI)
- Firebase (Firestore, Auth, Storage)
- Solana Mobile Wallet Adapter
- Solana Web3 SDK