Kinco pfp
Kinco
@kinco
TIPS: Make a Nuxt.js app Frame-compatible 🪄 With @betswirl , we have just deployed our dapp on Frame. Here are 9 tips to help you do the same:
0 reply
1 recast
2 reactions

Kinco pfp
Kinco
@kinco
1) Documentation - Read documentation about Frames V2: https://docs.farcaster.xyz/developers/frames/v2/ - Join Frames V2 direct cast group: https://warpcast.com/~/group/X2P7HNc4PHTriCssYHNcmQ
0 reply
0 recast
3 reactions

Kinco pfp
Kinco
@kinco
2) Manifest - Generate your manifest on your mobile app ( dot not forget to enable developer mode before) - Create a static JSON file or use a GET endpoint to generate it dynamically
0 reply
0 recast
2 reactions

Kinco pfp
Kinco
@kinco
3) fc:frame metadata - Add a default fc:frame in app.vue or in your main layout using useHead composable. - Add more fc:rame on specific pages if needed (to change label button or image for example)
0 reply
0 recast
1 reaction

Kinco pfp
Kinco
@kinco
4) Detect if user is in a frame context - Create a plugin client side to detect if the page has been opened in a Frame context. You will be able to use "frameContext" and "isFrameMode" everywhere in your app now!
0 reply
0 recast
1 reaction