How to Make a Frame on Farcaster

Поділитися
Вставка
  • Опубліковано 28 січ 2025

КОМЕНТАРІ • 36

  • @based-m00nZ
    @based-m00nZ 9 місяців тому +1

    Amazing tutorial, albeit complicated. Thanks for your time Steve!

  • @devrelevant
    @devrelevant 11 місяців тому +1

    Great tutorial Steve! This helped close a few gaps I had in my understanding and my frame will be live soon!

  • @mattpereira-dev
    @mattpereira-dev 11 місяців тому +4

    Amazing tutorial for helping us speedrun building frames! 🏃💨

    • @Tantodefi
      @Tantodefi 11 місяців тому

      Thanks for sharing!

  • @Patricia-zn5bh
    @Patricia-zn5bh 7 місяців тому

    Do you know how to cast a a long video on WP without redirecting to a different site?

  • @petra.synthetic
    @petra.synthetic 11 місяців тому

    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.synthetic
      @petra.synthetic 11 місяців тому

      I don't understand the vercel thing either, it would be better to see how you would do it or an example.

    • @pinatacloud
      @pinatacloud  11 місяців тому +1

      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

    • @pinatacloud
      @pinatacloud  11 місяців тому +1

      @@petra.synthetic This might help! But in either case we can help more via email if you'd like :) steve@pinata.cloud ua-cam.com/video/zRJcQ9PFSHE/v-deo.htmlsi=Olx41TWyPqg_j69e

  • @terrys2501
    @terrys2501 Рік тому

    Great vid. What's the link to the Frame Validator ?

    • @pinatacloud
      @pinatacloud  Рік тому

      Thank you! Sorry for that, will link in the description as well: warpcast.com/~/developers/frames

  • @YamahaZuma
    @YamahaZuma 11 місяців тому

    So a frame like frames from old school HTML websites?

    • @pinatacloud
      @pinatacloud  11 місяців тому +1

      In a way yes! They are html meta tags :)

  • @minnesnowda2510
    @minnesnowda2510 11 місяців тому

    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

    • @pinatacloud
      @pinatacloud  11 місяців тому

      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

  • @harpalsinhjadeja5571
    @harpalsinhjadeja5571 11 місяців тому

    The video came out fast!

  • @xincenxie437
    @xincenxie437 11 місяців тому

    Can you tell me what is your camera, the view is so clear and bright!!

  • @mohammadhoseinkamari
    @mohammadhoseinkamari 7 місяців тому

    can laravel make farcaster frame???

  • @cryptosecuritytools
    @cryptosecuritytools 11 місяців тому

    Are you available for hire?

  • @RachidGarti
    @RachidGarti 11 місяців тому

    is there a way I could just use a wysiwyg visual drag and drop framebuilder somewhere? I don't want to script.

  • @MegaDieter
    @MegaDieter Рік тому

    how do i test this locally?

    • @pinatacloud
      @pinatacloud  Рік тому +2

      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

  • @noahsigel3529
    @noahsigel3529 11 місяців тому

    nice vid man

  • @calonprosesor2481
    @calonprosesor2481 11 місяців тому

    how to make afram to mint NFT ?

    • @minnesnowda2510
      @minnesnowda2510 11 місяців тому

      Just gonna have to make the UI - then link the Smart contract Mint function and wallet connect in the frame

    • @pinatacloud
      @pinatacloud  11 місяців тому

      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

  • @kualta
    @kualta 11 місяців тому

    thank you sweetheart

  • @WinstonPurrchill-iz3md
    @WinstonPurrchill-iz3md 10 місяців тому

    Way to complicated to just add a frame into a social media app. How are normies going to do this?!

    • @pinatacloud
      @pinatacloud  10 місяців тому +1

      There are no code tools out there for people to build frames! This is more geared towards developers who might build said tools 🛠️

    • @WinstonPurrchill-iz3md
      @WinstonPurrchill-iz3md 10 місяців тому

      @@pinatacloud I understand but this should be standard in the warpcaster app imo.

    • @Etebasa
      @Etebasa 8 місяців тому

      Whats tools for coding ?