cloudinary + IPFS
Reading here —
https://cloudinary.com/blog/why-nfts-and-ipfs-are-a-great-pair#ipfs_as_a_media_source_for_media_optimizer
It says
> To optimize IPFS-hosted media files before delivering them, first set up Media Optimizer to use IPFS resource locators as a media source.
But from reading that page, it's not clear to me what Media Optimizer is & how to use it. I have a free plan acccount, am I able to use this?
When all is said and done, I want to be able to host image blobs on IPFS, but ideally still have access to Cloudinary's transformation API for making requests. Is this possible at the moment? This seems like a killer feature; I would love it if something like that were available.
-
Hey there,
I would suggest looking into our official documentation for Media Optimizer, to get a better feel for functionality and to find details on how to set up your account. Currently, if you want to use the MO, you'll need to create a new cloud.
After checking out our documentation if you still have any questions I would suggest sending support@cloudinary an email with all specific details of your account and what you would like to accomplish.
Hope this helps0 -
Hi Nick,
This integration can also be done via the fetch protocol of your standard Cloudinary account, assuming fetch is enabled for your account, naturally. And you're spot on: This integration let's you keep the master file hosted in IPFS while letting Cloudinary fetch a derivative of the asset locally and apply the full list of Cloudinary custom transformations for web or app use. This means your NFTs can remain immutable and hosted indefinitely in a peer-to-peer fashion, while creating a web-ready derivative for application use (ie marketplace). Here's an example of the syntax; just be sure to replace the [yourCloudName] placeholder with your own Cloudinary account cloudname:
https://res.cloudinary.com/[yourCloudName]/image/fetch/w_500,ar_1,r_max/e_outline,co_red/q_auto,f_auto/ipfs://Qmc8mmzycvXnzgwBHokZQd97iWAmtdFMqX4FZUAQ5AQdQi
Enjoy!1
Post is closed for comments.
Comments
2 comments