Generate your unique personality-based NFT on Celo blockchain! Each Carplet is created from your Farcaster profile data using AI.
- One Per FID: Each Farcaster ID can mint exactly one Carplet
- Token ID = FID: Your NFT token ID matches your Farcaster ID
- AI-Generated: Personalized images based on your Farcaster personality
- Celo Blockchain: Built on the eco-friendly Celo network
- Max Supply: 10,000 unique Carplets
- Farcaster Integration: Built as a Farcaster Mini App
This is a Vite project bootstrapped with @farcaster/create-mini-app.
The /.well-known/farcaster.json is served from the public
directory and can be updated by editing
./public/.well-known/farcaster.json.
You can also use the public directory to serve a static image for splashBackgroundImageUrl.
Add a the fc:frame in index.html to make your root app URL sharable in feeds:
<head>
<!--- other tags --->
<meta
name="fc:frame"
content='{"version":"next","imageUrl":"https://placehold.co/900x600.png?text=Frame%20Image","button":{"title":"Open","action":{"type":"launch_frame","name":"App Name","url":"https://app.com"}}}'
/>
</head>