Amazing tutorial, albeit complicated. Thanks for your time Steve!
@devrelevant8 ай бұрын
Great tutorial Steve! This helped close a few gaps I had in my understanding and my frame will be live soon!
@mattpereira-dev9 ай бұрын
Amazing tutorial for helping us speedrun building frames! 🏃💨
@Tantodefi9 ай бұрын
Thanks for sharing!
@Patricia-zn5bh5 ай бұрын
Do you know how to cast a a long video on WP without redirecting to a different site?
@YamahaZuma9 ай бұрын
So a frame like frames from old school HTML websites?
@pinatacloud9 ай бұрын
In a way yes! They are html meta tags :)
@minnesnowda25109 ай бұрын
So is the point of this basically just to be able to build “twitter post” that is interactive? And do these frames work on mobile devices like Warpcast - or are certain types of frames not working on mobile
@pinatacloud9 ай бұрын
Yep! Frames work on mobile and since it’s using the open network schema, any client apart from Warpcast could support them too. In essence they’re fully interactive apps within a social media post, with the added payload of a user’s information and their ed25519 signature for verification. Allows for things like polls with one vote per user! docs.farcaster.xyz/reference/frames/spec
@terrys25019 ай бұрын
Great vid. What's the link to the Frame Validator ?
@pinatacloud9 ай бұрын
Thank you! Sorry for that, will link in the description as well: warpcast.com/~/developers/frames
@cryptosecuritytools9 ай бұрын
Are you available for hire?
@petra.synthetic9 ай бұрын
I did all the steps, but I got stuck on the last one, for how to activate my local server and get my URL to test on warpcast, I can't figure it out.
@petra.synthetic9 ай бұрын
I don't understand the vercel thing either, it would be better to see how you would do it or an example.
@pinatacloud9 ай бұрын
For testing on local host it can be a little tricky, as you can only do so much with local API calls in something like Postman. Deploying it to Vercel is what we did here with the set ENV variables, then pasted that vercel link into the frame validator. If you still need some help join our channel on Farcaster! /pinata
@pinatacloud9 ай бұрын
@@petra.synthetic This might help! But in either case we can help more via email if you'd like :) steve@pinata.cloud kzbin.info/www/bejne/sIOtlIRvhauGfqcsi=Olx41TWyPqg_j69e
@mohammadhoseinkamari5 ай бұрын
can laravel make farcaster frame???
@MegaDieter9 ай бұрын
how do i test this locally?
@pinatacloud9 ай бұрын
There's not a perfect way to test locally, but the best approach is to use an API client like Postman and make requests your API routes. So in our example it would be something like `POST localhost:3000/api/frame?id=1` with a raw body of { untrustedData: { buttonIndex: 1 } } This way you can replicate the meta tag responses and manually page through to make sure its returning the right tags. However depending on your application this gets harder to do, like if you're relying on signature information from Farcaster. At that point its easier to push to production and use the frame tester: warpcast.com/~/developers/frames
@xincenxie4379 ай бұрын
Can you tell me what is your camera, the view is so clear and bright!!
@harpalsinhjadeja55719 ай бұрын
The video came out fast!
@pinatacloud9 ай бұрын
🏎
@RachidGarti9 ай бұрын
is there a way I could just use a wysiwyg visual drag and drop framebuilder somewhere? I don't want to script.
@axiezimmah2 ай бұрын
Learn to code
@calonprosesor24819 ай бұрын
how to make afram to mint NFT ?
@minnesnowda25109 ай бұрын
Just gonna have to make the UI - then link the Smart contract Mint function and wallet connect in the frame
@pinatacloud9 ай бұрын
Hi there!! Luckily for you, we have a blog post outlining the entire process 😁 --> www.pinata.cloud/blog/how-to-build-a-farcaster-frame-that-mints-nfts
@noahsigel35299 ай бұрын
nice vid man
@kualta9 ай бұрын
thank you sweetheart
@WinstonPurrchill-iz3md7 ай бұрын
Way to complicated to just add a frame into a social media app. How are normies going to do this?!
@pinatacloud7 ай бұрын
There are no code tools out there for people to build frames! This is more geared towards developers who might build said tools 🛠️
@WinstonPurrchill-iz3md7 ай бұрын
@@pinatacloud I understand but this should be standard in the warpcaster app imo.