Add your frame to Push Registry

How it works?

  1. Register your frame, choose a command (eg: /pay)
  2. If your frame url will have dynamic values, add them here.
  3. Once submitted, any user in Push Chat can just say /pay or whatever your command is and embed your frame in a chat.

Example Frame URL : https://frames.push.org/channel/0xabc

  1. Let me choose /channel as my command
  2. 0xabc in this URL is dynamic, meaning i want to give user to pass a value for that.
  3. So I'll enterhttps://frames.push.org/channel as baseURL and add a dynamic param value and name it as channelAddressMy final URL will look like this https://frames.push.org/channel/${channelAddress}
  4. Now, when a user types /channel 0xabc in Push Chat, the frame will load this frame.

You need to be authenticated to submit a frame.