Alternatives of @xmtp/frames-client and @xmtp/frames-validator

Hey everyone, i was using @xmtp/frames-client and @xmtp/frames-validator packages to render frames in my xmtp client application. But now these packages have been deprecated. Are there any alternatives of these packages which i can use to render frames?
Any resources for the same would also be appreciated.

1 Like

Hey @Mohit_J you are correct. Those packages were for the Framesv1 spec.

Going into FramesV2, now called mini-apps there is no need for extra packages since they are basically web apps.

For creating frames on web we have the browser-sdk. Here is an example for you to get started!

Would appreciate any feedback or improvements!

Hey @Fabrizio_Guespe , Thanks for replying.
The resource you provided gives an example of creating a xmtp chat application inside a farcaster frame. But in my case, i want to render farcaster frame inside a xmtp chat application.
Could you please provide any resources for it?

Hey! Yes we have an example here GitHub - ephemeraHQ/xmtp-mini-app: xmtp-mini-app

Those examples were for Frames v1