Skip to content

Decentralized image upload and sharing on the blockchain using Solidity for the smart contract and React for the front-end interface. It enables users to securely upload images to IPFS and share access with specified users through smart contract functionality. https://blockvaultavl.netlify.app/

Notifications You must be signed in to change notification settings

AnoopVL/BlockVault

Repository files navigation

BlockVault: Decentralized Image Upload and Sharing

This project facilitates decentralized image upload and sharing on the blockchain using Solidity for the smart contract and React for the front-end interface. It enables users to securely upload images to IPFS (InterPlanetary File System) and share access with specified users through smart contract functionality.

Technologies Used

  • Solidity: Smart contract development for ownership and access control.
  • React: Front-end interface for uploading images and managing access.
  • IPFS: Decentralized storage protocol for hosting uploaded images.

Installation

  1. Clone the repository:

  2. Install dependencies for the hardhat:

    # Navigate to the root directory
    cd BlockVault
    # Install hardhat dependencies
    npm install
  3. Compile the smart contract for artifacts:

    # Compile Smart Contract
    npx hardhat compile
  4. Deploy the Solidity smart contract to Polygon Mumbai testnet

    # Deploy Smart Contract
    npx hardhat run scripts/deploy.js --network mumbai
  5. Install dependencies for the React front end:

    # Navigate to the React client directory
    cd client
    # Install React dependencies
    npm install
  6. Run the react application:

    # Start React Application
    npm start

Configuration

  1. Set up environment variables:

    • Obtain API keys for Pinata to interact with IPFS.
    • Update the React component (FileUpload.js) with your Pinata API keys.

Usage

Once the setup and configuration are complete, follow these steps to utilize the decentralized image upload and sharing system:

  1. Install Metamask:

    • Ensure Metamask is installed and configured in your browser for Ethereum interactions.
  2. Update Contract Address:

    • After smart contract deployment, make sure to update the contract address in App.js within the React application.
  3. Upload Image before "Get Data":

    • Click "Get Data" only after uploading an image on Pinata. Otherwise, it will throw an error stating "You don't have access".
  4. Accessing Other User Images:

    • Use the "Get Data" button to access other users' images. Input the user's address in the designated box, but remember, you can only access their images if they've granted you access through the smart contract. Otherwise, it will throw an error saying "You don't have access".

Screenshots

Alt Text

Alt Text

Alt Text

Alt Text

About

Decentralized image upload and sharing on the blockchain using Solidity for the smart contract and React for the front-end interface. It enables users to securely upload images to IPFS and share access with specified users through smart contract functionality. https://blockvaultavl.netlify.app/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published