A Farcaster Frames v2 demo app.
🛠️ Frame Playground (Mobile only)
📦 Frame SDK
👀 Dev preview docs
This is a NextJS + TypeScript + React app.
To install dependencies:
$ yarn
To run the app:
$ yarn dev
To try your app in the Warpcast playground, you'll want to use a tunneling tool like ngrok.
OK, we're all set up! Now is a good time to try out our frames app in the developer playground. To do so, we'll use ngrok to access our local dev server over the internet.
First, run the dev server:
$ yarn dev
Next, start ngrok:
$ ngrok http http://localhost:3000
Now open the Frame Playground on Warpcast mobile, by visiting https://warpcast.com/~/developers/frame-playground.
Enter your ngrok URL and tap "Launch" to open your app.