Add your frame to Push Registry
How it works?
- Register your frame, choose a command (eg: /pay)
- If your frame url will have dynamic values, add them here.
- 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
- Let me choose /channel as my command
- 0xabc in this URL is dynamic, meaning i want to give user to pass a value for that.
- So I'll enter
https://frames.push.org/channel
as baseURL and add a dynamic param value and name it aschannelAddress
My final URL will look like thishttps://frames.push.org/channel/${channelAddress}
- 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.