Demo Multi Frame

May 28, 2024 ยท View on GitHub

This is a boilerplate Frame supporting Farcaster, Lens, and XMTP, built with frames.js

Quickstart

  1. Install dependencies bun install

  2. Run the dev server bun dev

  3. Open http://localhost:3000 with your browser to see the result.

  4. Edit app/page.tsx

  5. Visit http://localhost:3000/debug to debug your frame.

Docs, Questions and Help

  • Frames.js Documentation
  • Awesome frames

Deploy

Add environment variables following template in .env.sample

vercel

Contents

  1. 1Quickstart
  2. 2Docs, Questions and Help
  3. 3Deploy