The Bloomberg Terminal of TikTok Videos
A proof-of-concept application that combines TikTok video analytics verification with onchain token trading, all in one interface.
- Proof Verification: Verify TikTok analytics using Reclaim Protocol zkTLS proofs
- Dark-Themed Dashboard: Professional analytics display with TikTok branding
- Content Metrics: Lifetime Attention, Views, New Followers, Estimated Ad Revenue
- Coin Metrics: Price, Market Cap, 24h Volume, Holders
- TikTok Video Embeds: Display actual TikTok videos
- Shareable URLs: Each verified video gets a unique shareable URL
- Professional Landing Page: Clean hero section with verification flow
- Frontend: Next.js 15.5.4 + React 19.1.0 + TypeScript
- UI: shadcn/ui + Tailwind CSS
- Charts: Recharts
- Proof System: Reclaim Protocol (zkTLS)
-
Install dependencies:
npm install
-
Set up environment variables: Create
.env.localwith:NEXT_PUBLIC_RECLAIM_APP_ID=your_app_id NEXT_PUBLIC_RECLAIM_APP_SECRET=your_app_secret NEXT_PUBLIC_TIKTOK_PROVIDER_ID=your_provider_id -
Start the development server:
npm run dev
-
Open your browser: Navigate to http://localhost:3000
- Enter TikTok URL on the landing page
- Verify your video using Reclaim Protocol QR code
- View Analytics with verified metrics and coin data
- Share the unique URL with others
✅ Reclaim Protocol zkTLS integration ✅ Dark-themed analytics dashboard ✅ Content & coin metrics display ✅ TikTok video embeds ✅ Shareable URLs by aweme_id ✅ Professional landing page
- Real onchain token data integration
- Multi-video portfolio tracking
- Creator dashboard
- Advanced analytics
This is a prototype for demonstrating the concept of content coin trading. Feel free to explore and extend the functionality!