A google drive clone using Blockchain technology.
- React
- HardHat
- Solidity
- Pinata (For IPFS storage)
- Upload images to Pinata (an IPFS implementation)
- Display the saved images on the React application
- Share access to other account users in the network
- Unshare access
- Run the hardhat node
npx harhat node
- Deploy the contract to the hardhat blockchain network
npx hardhat run --network localhost scripts/deploy.js
- After deploying the contract copy the smart contract address and paste it in the contractAddress in the code section https://github.com/kiranbaby14/B-Drive/blob/master/client/src/App.js#L37
- Run the React application
- cd into client folder
- Run the React application
npm start