Airstack Flavour 🐸 Framework for Farcaster Frames
To get started, simply install the Airstack Frog Recipe:
npm i @airstack/frog hono
and create a new Frog instance with Airstack API key (required) provided as an input:
import { Frog } from "@airstack/frog";
export const app = new Frog({
apiKey: process.env.AIRSTACK_API_KEY as string,
});
To run your project, run the following command:
npx @airstack/frog dev
The Airstack Frog Recipes inherit all the functionalities that Frog Framework offers, with the integration of Airstack features.
For all Frog functionalities, head to Frog documentation to read and learn more about Frog.
For all Airstack features included in Airstack Frog Recipes, you can find more information about it here.
If you need any help or assistance in building your Farcaster Frame using Airstack Frog Recipes, you can get in touch with us on our Telegram.
If you're interested in contributing, please read the contributing docs before submitting a pull request.
MIT License