I

InstaDapp

Full Stack Image-sharing Dapp

31

The problem InstaDapp solves

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.

Challenges I ran into

  • 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.

Discussion