Created on 9th July 2022
•
InstaDapp is a decentralised image sharing app. The dapp lets a user post and receive images to an anonymous network of contributors. There will be a feed of all images. The images are stored on IPFS.
The first challenge I faced was to upload the images and retrieving them from IPFS. After trying out Moralis, nft.storage and going through several articles and videos, I solved it using 'ipfs-http-client'
Next hurdle was integrating with the backend and making the images visible on the frontend. After initial hiccups managed to debug the errors.
Technologies used