Create Farcaster mini app (v2 frame) in < 60s
Create a v2 Farcaster frame in less than 60 seconds
Farcaster recently upgraded from Frame v1 spec to v2. This tutorial shows how to create a v2 frame with one simple command in less than 60s
Simply type npx create-neynar-farcaster-frame@latest
in any terminal window
- package is open source (github )
- using neynar services is optional
- demo API key is included if you haven't subscribed yet
The flow:
- generates signature required by frame spec on your behalf and puts in the farcaster manifest
- sets up splash image, CTA, etc. as part of workflow
- spins up a localtunnel hosted url so you can debug immediately, no need to ngrok or cloudflare on your own
- if you use neynar:
- automatically fetches user data
- automatically sets sets up notifications and analytics(just put in your client id from the dev portal)
See < 1 min video here that goes from scratch to testable frame:
Updated 6 days ago