{"id":23580,"date":"2022-04-06T07:30:00","date_gmt":"2022-04-06T14:30:00","guid":{"rendered":"https:\/\/cloudinary.com\/blog\/?p=23580"},"modified":"2024-06-03T12:58:48","modified_gmt":"2024-06-03T19:58:48","slug":"why-nfts-and-ipfs-are-a-great-pair","status":"publish","type":"post","link":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair","title":{"rendered":"Why NFTs and IPFS Are a Great Pair"},"content":{"rendered":"\n<p>Nowadays, even though many people are minting, hosting, and distributing nonfungible tokens (NFTs) for their creative work, a misconception prevails that NFTs are synonymous with the art pieces that are sold. In fact, NFTs\u2014the smart contract itself and the data inside\u2014are blockchain tokens that certify ownership, i.e., small containers in which you can store anything you wish.&nbsp;<\/p>\n\n\n\n<p>Despite their limited storage capacity, blockchains offer ample space for storing the metadata of digital games, but not large media files, as NFTs. A common solution is to link NFTs to their content.<\/p>\n\n\n\n<p>This article describes the long-term risks of hosting NFTs on regular cloud services like Amazon Web Services (AWS) and suggests the Interplanetary File System (IPFS) as a more viable option for storing pictures and videos as NFTs.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Storing NFTs<\/h2>\n\n\n\n<p>You can store NFTs that are images in one of the three ways described below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Store the Related Links for Hosted Images<\/h2>\n\n\n\n<p>The most common approach is to place, on an external server, links in NFTs that point to the related files. However, the server could go down, as a result of which you might find it difficult to prove what files you own. Also concerning is that the host can make changes, including image edits, at will. One fun example is <a href=\"https:\/\/moxie.org\/2022\/01\/07\/web3-first-impressions.html\">Moxie Marlinspike\u2019s NFT<\/a>, which displays differently in a wallet than in NFT marketplaces.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Store Only Small Images Or SVGs<\/h2>\n\n\n\n<p>Hosting on the blockchain images and their respective NFTs works for only small images or SVG files. The primary advantage of this approach is that it preserves images and their corresponding NFTs in the blockchain. Once deployed there, images are immutable, and the host cannot alter them. Additionally, as long as the blockchain is online, so are the NFTs and their content.&nbsp;<\/p>\n\n\n\n<p>On the flip side, since NFTs are limited to a simple line or pixel art, the file quality might be suboptimal for consumers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Store the Files on IPFS<\/h2>\n\n\n\n<p>Storing NFTs on the Interplanetary File System (<a href=\"https:\/\/ipfs.io\/\">IPFS<\/a>) is perfect for Web3 projects because doing so ensures that the underlying images cannot change or go offline. In fact, IPFS offers the benefits of the other two approaches with none of the drawbacks.&nbsp;<\/p>\n\n\n\n<p>IPFS is particularly suitable for NFT assets due to its immutable and decentralized nature. Once content is uploaded to IPFS, it cannot be altered, which is crucial for preserving the value of an NFT. The decentralized nature of IPFS also means that URIs (Uniform Resource Identifiers) inside metadata can link to images and other media, ensuring the integrity of NFT data remains intact.<\/p>\n\n\n\n<p>In practical terms, using IPFS involves a few straightforward steps. Users need to obtain the CID (Content Identifier) of the file or directory they wish to download. Users can import the file using the IPFS Desktop app by selecting &#8216;From IPFS&#8217; in the dropdown menu and pasting the CID. This process ensures that NFTs stored on IPFS are always available, bolstering their reliability and accessibility.<\/p>\n\n\n\n<p>Additionally, platforms like OpenSea support the storage of NFT metadata on decentralized file networks like IPFS, ensuring that it cannot be modified by a central party. This further enhances the security and integrity of NFTs stored on IPFS.<\/p>\n\n\n\n<p>Read on for more details on IPFS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding IPFS<\/h2>\n\n\n\n<p>As a peer-to-peer (P2P) hypermedia protocol that makes the web more resilient, IPFS searches for files with content addressing, not location data, i.e., by name, not by link, which is a huge plus. In effect, IPFS functions in much the same way the technology for sharing torrent files does.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Consider the real-life analog of a brick-and-mortar library. To look for a book there, you ask the librarian for it by name with no need to know its exact location. Similarly, each piece of content hosted on IPFS has a unique content identifier (name) that\u2019s generated through hashing. The IPFS \u201clibrarians\u201d are the procotol\u2019s underlying technologies that help you locate the content.<\/p>\n\n\n\n<p>No issues related to changes in content availability or hyperlinks apply to IPFS, hence its being a boon to those working on digital assets that require longevity and distributable storage, such as NFTs and other Web3 content. IPFS also offers several other benefits:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>There\u2019s no central authority. <\/strong>No host authority like AWS exists, i.e., no one can modify, remove, or replace your content on a whim.&nbsp;<\/li>\n\n\n\n<li><strong>There\u2019s no central point of failure. <\/strong>If your host fails (and it definitely can), your NFTs might, too. That\u2019s not true with IPFS because of its decentralized network: a significant portion of the global internet infrastructure must fail before IPFS would become unavailable.&nbsp;<\/li>\n\n\n\n<li><strong>Your hosted content won\u2019t change. Period.<\/strong> If someone uploads a modified version of your NFTs to IPFS, those newly added tokens would have different hashes (names), which your NFTs would not refer to. Such a practice does not apply to regular links. So, even if someone modifies your NFTs, your IPFS-hosted version stays intact.<\/li>\n\n\n\n<li><strong>You can keep your content online.<\/strong> Since IPFS is P2P based, your NFTs are always available. As the owner, you can keep them online for as long as you desire.&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Using IPFS With Cloudinary<\/h2>\n\n\n\n<p>With <a href=\"https:\/\/cloudinary.com\/products\/image_video_technology_platform\">Cloudinary\u2019s Media Experience Cloud<\/a>, you can efficiently manage NFTs deployed on IPFS, reaping the combined benefits of easy-to-use software and decentralized storage. In other words, you can manage and instantaneously deliver NFTs from IPFS.&nbsp;<\/p>\n\n\n\n<p>The subsections below describe three Cloudinary features vis-avis IPFS.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Fetching of IPFS URIs<\/h2>\n\n\n\n<p>Cloudinary\u2019s fetch feature offers an effortless way in which to deliver images from IPFS. The process can\u2019t be simpler: After <a href=\"https:\/\/demo-res.cloudinary.com\/image\/fetch\/w_100\/ipfs:\/\/Qmc8mmzycvXnzgwBHokZQd97iWAmtdFMqX4FZUAQ5AQdQi\">fetching your images<\/a> in IPFS by means of their Uniform Resource Identifiers (URIs), Cloudinary delivers them through a content delivery network (CDN) just as if they were hosted on any other web server. That process boosts content availability, raises loading speeds, and guards against traffic spikes.<\/p>\n\n\n\n<p>Furthermore, you can use built-in, on-the-fly image features to transform NFTs for display in marketplaces, social media, and other visual spaces.&nbsp;<\/p>\n\n\n\n<p>Note that the fetch option works for images only. To display videos or RAW files, opt for auto uploads instead. See the next subsection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Auto Uploads of IPFS URIs<\/h2>\n\n\n\n<p>In contrast to fetching, auto-upload automatically adds asset files to your Cloudinary account while delivering them through a CDN. From that point on, Cloudinary points further requests for the assets to their versions stored in your Cloudinary account.<\/p>\n\n\n\n<p>With auto-upload, you can leverage the wide variety of Cloudinary features. For example, you can\u2014<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Perform other media-transformation and management tasks just as you do with other files in your Cloudinary account.&nbsp;<\/li>\n\n\n\n<li>Manage permissions, have SEO-friendly URLs generated by default (important for NFTs since their resource locators are hashes), and have your data backed up on Cloudinary servers.<\/li>\n<\/ul>\n\n\n\n<p>Auto-upload supports all kinds of assets: images, videos, and RAW files.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">IPFS As a Media Source for Media Optimizer<\/h2>\n\n\n\n<p>As a nifty tool that optimizes media files for delivery, <a href=\"https:\/\/cloudinary.com\/products\/programmable_media\">Cloudinary\u2019s Media Optimizer<\/a> helps shorten load times and fosters user engagement, freeing up design teams to focus on projects that require creativity and other human expertise.\u00a0<\/p>\n\n\n\n<p>To optimize IPFS-hosted media files before delivering them, first set up Media Optimizer to use IPFS resource locators as a media source.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Hosting Files With IPFS<\/h2>\n\n\n\n<p>IPFS can also host other file types, like PDFs, generating permanent links to a specific, static version of those files. You can then release versioned PDFs with no worries that you might accidentally disrupt previous versions\u2019 links.<\/p>\n\n\n\n<p>Also, IPFS-hosted PDF files are less likely to suffer from \u201clink rot\u201d\u2014a phenomenon whereby the links\u2019 content slowly decays, changes, and finally disappears from the internet.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Adopting Cloudinary for IPFS-Stored Assets<\/h2>\n\n\n\n<p>To recap, NFTs certify the ownership of digital artwork with hyperlinks and do not house actual images or videos. Not only does IPFS hosting extend the longevity of resources, it also ensures that they do not easily falter and cannot be modified. In addition, IPFS is ideal for hosting any kind of content, not just NFTs. Storing PDFs on IPFS yields more stability.&nbsp;<\/p>\n\n\n\n<p>Cloudinary is an intuitive, robust, and feature-rich platform on which to manage and deliver assets stored on IPFS. Do check it out and <a href=\"https:\/\/cloudinary.com\/contact\">contact us today<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Nowadays, even though many people are minting, hosting, and distributing nonfungible tokens (NFTs) for their creative work, a misconception prevails that NFTs are synonymous with the art pieces that are sold. In fact, NFTs\u2014the smart contract itself and the data inside\u2014are blockchain tokens that certify ownership, i.e., small containers in which you can store anything [&hellip;]<\/p>\n","protected":false},"author":18,"featured_media":23658,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_cloudinary_featured_overwrite":false,"footnotes":""},"categories":[1],"tags":[25,53,353,359],"class_list":["post-23580","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","tag-asset-management","tag-cloud-storage","tag-metaverse","tag-nft"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.6 (Yoast SEO v26.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Host NFTs on IPFS Instead of Cloud Services<\/title>\n<meta name=\"description\" content=\"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why NFTs and IPFS Are a Great Pair\" \/>\n<meta property=\"og:description\" content=\"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\" \/>\n<meta property=\"og:site_name\" content=\"Cloudinary Blog\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-06T14:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-06-03T19:58:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair-png?_i=AA\" \/>\n\t<meta property=\"og:image:width\" content=\"2000\" \/>\n\t<meta property=\"og:image:height\" content=\"1100\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"NewsArticle\",\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#article\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"Why NFTs and IPFS Are a Great Pair\",\"datePublished\":\"2022-04-06T14:30:00+00:00\",\"dateModified\":\"2024-06-03T19:58:48+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\"},\"wordCount\":1383,\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA\",\"keywords\":[\"Asset Management\",\"Cloud Storage\",\"Metaverse\",\"NFT\"],\"inLanguage\":\"en-US\",\"copyrightYear\":\"2022\",\"copyrightHolder\":{\"@id\":\"https:\/\/cloudinary.com\/#organization\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\",\"url\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\",\"name\":\"Host NFTs on IPFS Instead of Cloud Services\",\"isPartOf\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage\"},\"thumbnailUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA\",\"datePublished\":\"2022-04-06T14:30:00+00:00\",\"dateModified\":\"2024-06-03T19:58:48+00:00\",\"description\":\"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.\",\"breadcrumb\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA\",\"width\":2000,\"height\":1100},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cloudinary.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why NFTs and IPFS Are a Great Pair\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#website\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"name\":\"Cloudinary Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cloudinary.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#organization\",\"name\":\"Cloudinary Blog\",\"url\":\"https:\/\/cloudinary.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"contentUrl\":\"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA\",\"width\":312,\"height\":60,\"caption\":\"Cloudinary Blog\"},\"image\":{\"@id\":\"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Host NFTs on IPFS Instead of Cloud Services","description":"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair","og_locale":"en_US","og_type":"article","og_title":"Why NFTs and IPFS Are a Great Pair","og_description":"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.","og_url":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair","og_site_name":"Cloudinary Blog","article_published_time":"2022-04-06T14:30:00+00:00","article_modified_time":"2024-06-03T19:58:48+00:00","og_image":[{"width":2000,"height":1100,"url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair-png?_i=AA","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"NewsArticle","@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#article","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair"},"author":{"name":"","@id":""},"headline":"Why NFTs and IPFS Are a Great Pair","datePublished":"2022-04-06T14:30:00+00:00","dateModified":"2024-06-03T19:58:48+00:00","mainEntityOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair"},"wordCount":1383,"publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA","keywords":["Asset Management","Cloud Storage","Metaverse","NFT"],"inLanguage":"en-US","copyrightYear":"2022","copyrightHolder":{"@id":"https:\/\/cloudinary.com\/#organization"}},{"@type":"WebPage","@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair","url":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair","name":"Host NFTs on IPFS Instead of Cloud Services","isPartOf":{"@id":"https:\/\/cloudinary.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage"},"thumbnailUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA","datePublished":"2022-04-06T14:30:00+00:00","dateModified":"2024-06-03T19:58:48+00:00","description":"The benefits of hosting NFTs\u2014especially sizable media files after optimizing them on Cloudinary through automation\u2014on IPFS instead of cloud services.","breadcrumb":{"@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#primaryimage","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA","width":2000,"height":1100},{"@type":"BreadcrumbList","@id":"https:\/\/cloudinary.com\/blog\/why-nfts-and-ipfs-are-a-great-pair#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cloudinary.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Why NFTs and IPFS Are a Great Pair"}]},{"@type":"WebSite","@id":"https:\/\/cloudinary.com\/blog\/#website","url":"https:\/\/cloudinary.com\/blog\/","name":"Cloudinary Blog","description":"","publisher":{"@id":"https:\/\/cloudinary.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cloudinary.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/cloudinary.com\/blog\/#organization","name":"Cloudinary Blog","url":"https:\/\/cloudinary.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","contentUrl":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1649718331\/Web_Assets\/blog\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877\/cloudinary_logo_for_white_bg_1937437aa7_19374666c7_193742f877.png?_i=AA","width":312,"height":60,"caption":"Cloudinary Blog"},"image":{"@id":"https:\/\/cloudinary.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":""}]}},"jetpack_featured_media_url":"https:\/\/res.cloudinary.com\/cloudinary-marketing\/images\/f_auto,q_auto\/v1648680255\/NFT-IPFS-great-pair\/NFT-IPFS-great-pair.png?_i=AA","_links":{"self":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/23580","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/comments?post=23580"}],"version-history":[{"count":6,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/23580\/revisions"}],"predecessor-version":[{"id":34318,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/posts\/23580\/revisions\/34318"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media\/23658"}],"wp:attachment":[{"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/media?parent=23580"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/categories?post=23580"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cloudinary.com\/blog\/wp-json\/wp\/v2\/tags?post=23580"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}