frames-devs

/frames-devs7621

A place for frames devs to ask questions and help eachother. This is not a place for shilling or launching frames.

What are you working on?
need to create a new account again
What are you working on?
Gonna re share this because I want to see it happen

The interface between the Frame and the client is currently spec'd to be very limited. I think there is an opportunity to open this interface up to also providing "developer legos" by allowing the Frames in v2 to call an action that opens a limited version of Frames v1 (frames v1 without the "POST" action, so it's only 1 step frames). This allows third party programmability at this permissions layer between Frames and Client, enabling Frames to interact with eachother. As it stands, Frames v2 have no way to interface with each other, or any of the existing developer legos via a trusted context. The trickiest part of implementing Frames v1 for clients was the complexity and performance of state transitions between frames. By limiting Frames v1 to "one step Frames", you get the safe composability without adding much complexity.

https://github.com/farcasterxyz/protocol/discussions/205#discussioncomment-11498632
Does @frames have an equivalent implementation for browser redirects feature frog has?
https://frog.fm/platforms/cloudflare-workers#bonus-browser-redirects
Is there someone else experiencing a transaction going all right but then, even if the response contains the txHash, isValid is set to false and c.message.requesterUserData is null?
@gabrielayuso.eth within the last couple days it seems like the bot account @rps-referee I've created for /rockpepeslizards has lost access to the Warpcast direct cast API.

Getting the below error
🙏
What are you working on?
can't post in /fc-devs :-(

have my own hub running locally

example code: https://gist.github.com/0xFlicker/da484c5ea8bdfea9843c2c9b1ed153ae

result attached

appId is the FID associated with appMnemonic, which is the custody mnemonic of the farcaster account.

not clear on if I need to make a signer request, was figuring no because this is me trying to sign my own request.

what am I doing wrong?
What are you working on?
Hello Frames Developers, going V2 still you will need Image Generation.

I recently ran into issue where PNG generated were of zero size.

https://warpcast.com/kijijij/0x51c49b36
i need a website to upload My Gif + img and use it's URL in the Frame
Can u Suggest Some ? 🤓
Beta testing is now open for my upcoming in-frame faction-based pirate game.

Send me a DC or comment below if you want to join the beta bashers!

https://warpcast.com/diviflyy/0xa9ce5e01
Learning day! Unfortunately, they didn’t teach how to build frames—but no problem, I’ll figure it out! For all the crypto enthusiasts and frames creators out there, let’s keep building and innovating! 🧙‍♂️
📣 just published another pass on the frames v2 spec:
I am trying to use Frames.JS to generate custom images, which one is more suitable
* https://framesjs.org/guides/image-generation
* https://framesjs.org/middleware/images-worker

I dont want to create a frame, only custom images.
What are you working on?
Talking over Frames v2 on the dev call now:
Where do you guys buy your cheap domains? It's to forward to a notion page. So don't need any hosting.
What are you working on?
Got a basic question using Frogfm.
I'm using a textInput in a frame.

But I would like when someone enters a value in the text input and presses Cast. It automatically adds that text. value to a cast compose function I have in a button.
Devcon workshop from @horsefacts.eth on how to build an onchain frame (yoink), using @frames.js

https://www.youtube.com/watch?v=LnEpR575FRA
What are you working on?
any reason this frame works fine on localhost but is not working here after deployment?