A Farcaster Cast Actions starter template built with Airstack Frog Recipes.
First, install all the dependencies:
npm i
Build your project:
npm run build
And setup your project by deploying on Vercel:
npm run deploy
Once you have your project setup, you can go to https://vercel.com to create a Vercel KV instance under your project.
Then, also add the Airstack API key to your project's environment variable:
AIRSTACK_API_KEY=xxx
Access the GM cast actions from the https://<VERCEL-SUBDOMAIN>.vercel.app/api/gm
endpoint.