Analyze your Arbitrum wallet's onchain vibe, get a theme song, and share your results to Farcaster!
🚀 Try it now: VibeTrack Mini App
- 🔗 Connect your wallet (Warpcast-native or browser wallets)
- 🧙♂️ Analyze your Arbitrum wallet's onchain vibe
- 🎶 Get a theme song and fun description
- 🟣 Share your results to Farcaster via ComposeCast
- 🎨 Modern UI with Tailwind CSS and Arbitrum branding
# 1. Clone the repo
$ git clone https://github.com/hummusonrails/v1b3.git
$ cd vibe-track
# 2. Install dependencies
$ npm install
# 3. Run locally
$ npm run dev
💡 Tip: Update your
public/.well-known/farcaster.json
and<meta name="fc:frame">
inindex.html
with your production URL before deploying!
- Served from
public/.well-known/farcaster.json
- Fields:
name
,description
,icon
,appUrl
,splashBackgroundImageUrl
,requiredCapabilities
- Update
appUrl
to your deployed app URL before launch - Serve a static image for
splashBackgroundImageUrl
(e.g.,/splash.png
)
Add this to your index.html
to make your app shareable in Farcaster feeds:
<head>
<!-- other tags -->
<meta name="fc:frame" content='{"version":"next","imageUrl":"/splash.png","button":{"title":"Open","action":{"type":"launch_frame","name":"VibeTrack","url":"https://your-app-url.xyz"}}}' />
</head>
Contributions, issues and feature requests are welcome!
Feel free to check issues page or submit a pull request.
- Fork the repo
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a pull request
Made with ❤️ for the Farcaster & Arbitrum community