Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.11 KB

Open Frames Starter - OnchainKit 🔵

Quickstart 🚀

Get started with npx create-open-framesin your CLI.

About

Start building Open Frames compatible with Farcaster, XMTP, Lens and soon other protocol, expanding Frames boundaries to your imagination.

This starter repo is built with OnchainKit and Next.js.

If you want prefer to use another Frames framework:

What does the starter include

This starter repo includes a simple frame with an input field and 3 buttons:

  • Link -> showcase how to implement redirect buttons
  • Post -> showcase how to navigate between different frame routes, executing actions, passing states and generating dynamic images
  • Transaction -> showcase how to implement a transaction button, fetching the caller address and preparing the transaction calldata

How to use

  1. Install: yarn
  2. Run: yarn dev
  3. Debug: yarn debug