500 million people read comics. Zero ownership. Zero creator economics. The relationship between readers and creators is completely broken.
ComicVerse is a mobile comic platform on Solana where creators earn and readers own. No ads. No middleman. One token economy connecting both sides.
For readers: Open the app, pick a series, start reading. Some panels glow — those are Panel Moments, collectible NFTs only the first 50 readers can claim. Every episode you read earns SKR tokens. Tip artists directly. Build your on-chain reader identity.
For creators: Publish your comics, earn SKR from every interaction — reads, tips, moment sales. Upload episodes, set moment rarity, track analytics from the creator dashboard.
- Panel Moments — Collectible panels with tiered rarity (Gold/Silver/Bronze). Tap to claim during reading.
- Quiz-to-Earn — Answer questions about episodes to earn bonus SKR
- Creator Dashboard — Upload series and episodes, track reader engagement
- Daily Drops — New content and moment opportunities every day
- Leaderboard — Top readers and collectors ranked by activity
- Fast Pass — Skip the queue on high-demand moments
- Tipping — Direct SKR tips from reader to creator
- Mobile Wallet Adapter — Native Solana wallet connection via MWA
Three complete series ship with the app:
- Glass Wallet (12 pages) — Privacy on Solana
- DeFi Unlocked (5 issues x 6 pages) — DeFi education series
- Graveyard Chronicles (11 pages) — The protocols they declared dead
- Mobile: React Native + Expo (dev-client, not Expo Go — MWA requires native modules)
- Blockchain: Solana Web3.js, SPL Token, Mobile Wallet Adapter
- Navigation: React Navigation (stack + tabs)
- Animations: React Native Reanimated + Expo Haptics
- Fonts: Inter, Bangers (via expo-google-fonts)
npm install
npx expo start --dev-clientExpo Go does not work — MWA native modules require a dev client build.
eas build --platform android --profile previewsrc/
├── screens/ # Home, Reader, Quiz, Profile, Collection, Creator Dashboard, Leaderboard
├── components/ # MomentCollectedModal, WalletConnect, ActivityTicker, SKRToast, etc.
├── context/ # App state (wallet, moments, SKR balance)
├── data/ # Comic metadata and episode data
├── types/ # TypeScript types
└── utils/ # Helpers
assets/
└── comics/ # All comic page images (3 series)
Built for the Solana Mobile Hackathon (Monolith) 2026. Targeting grand prize + SKR bonus track ($10K for best SKR integration).
Leihyn — github.com/Leihyn