A react js webapp where you can upload an image to IPFS and you get file's hash in return and use that hash to access the image.
- Contract is available in the root directory..
- Deploy the smart contract to Ganache or any test network
- Open metamask and connect it to the corresponding chain(Ganache or Testnets).
- Run
npm install
to install all the dependencies. - start IPFS instance in your machine using IPFS Desktop or go-ipfs package
- Run
ipfs daemon
in case of go-ipfs package (not required if using IPFS desktop). - Run
npm start
to start the development server.