Skip to content

Consensys/phosphor-frame-tutorial

Repository files navigation

Phosphor API x Farcaster Frames

Companion repo for the tutorial article How to Create NFT Farcaster Frames Using Phosphor APIs

Based on the Frames.js Starter Kit, a repo to get started quickly with frames.js.

Requisites

  • Node version >=18.17.0

Quickstart

  1. Install dependencies npm install

  2. Run the dev server npm run dev

  3. Open http://localhost:3000 with your browser.

  4. (Optional) To use a real signer (costs warps), copy .env.sample to .env and fill in the env variables following the comments provided

Docs, Questions and Help

Deploy

npx vercel