ourzora / ocs-hackathon-24

Zora Onchain Summer Hackathon 24 Guide
7 stars 0 forks source link

Dynamic NFT Minting #4

Open earth2travis opened 3 weeks ago

earth2travis commented 3 weeks ago

Using the 🐸 frog framework to create frames on Farcaster and we want to allow the user to mint a dynamic image based on their input.

Is it possible to mint the image generated by the frame to a collection on Zora?

iainnash commented 3 weeks ago

Yes it should be able to! You can upload to IPFS and insert IPFS URLs or use standard HTTP centralised URLs following the standard ERC1155 metadata format.

https://eips.ethereum.org/EIPS/eip-1155