How I Implemented IPFS to Save Images
I had to use IPFS to save image files on a project I worked on. It was a blockchain project with the smart contract written in solidity. The front end is in vanilla JavaScript, HTML, and CSS. This article shows how I was able to use IPFS from the fro...
princecurie.tech3 min read
Chetan Kumar
To fetch the image from IPFS, we need to attach the value saved to the cid variable to this URL: ipfs.io/ipfs Running it on a web browser will return the image saved.
Hi as u said in blog to fetch image from IPFS we have to attach the value of cid to that URL right Is there any other way to fetch image from IPFS and shown in front end (React js)