Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 865 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 865 Bytes

f r a m e b o y

An implementation of Farcaster frames (and devtools for creating them).

screenshot

Status

Very much a work in progress, at the moment it can validate the tags sent on an initial frame visit.

  • set NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID in .env.local (not used quite yet, but will break the build if absent)
  • yarn then yarn dev
  • visit http://localhost:1337/devtools and input the URL of your frame page. Because it's running locally you can debug the output of a locally running frame.

Future direction

  • Render frame
  • Sign in With Neynar to send authenticated POSTs to frame for realistic testing
    • Sign in With Neynar
    • Send authenticated POSTs
  • Build out the full Frameboy app

Acknowledgements

Built with https://github.com/coinbase/build-onchain-apps