Live Demo: https://n-bhasin.github.io/SImpleIPFS/
Implementing the image uploader in react using the IPFS api.
1. Upload the image to IPFS to get the hash of the image
2.Then call the IPFS api by providing the current image hash and to retrieve the uploaded image.
Fork and clone the repo.
npm install
or
yarn install
npm run start
or
yarn run start