Skip to content

anku-rr/VerifyIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VerifyIt - Fake Product Detection System

Overview

Welcome to VerifyIt, the Fake Product Detection System designed to identify counterfeit products and ensure the authenticity of goods. Our solution leverages blockchain technology to create an immutable record of product information, securing the supply chain from manufacturing to distribution. The blockchain ledger ensures that each step is transparent, traceable, and verifiable by stakeholders.

Our platform provides users with a seamless and trustworthy experience, allowing them to easily verify the authenticity of products through QR code scanning or by entering product details.

Features

  • Blockchain Integration: Utilizes blockchain to create an unalterable record of product information.
  • Secure Authentication: Implements JWT-based authentication for secure and authorized access.

Demo

Explore the live demo of VerifyIt on the following platforms:

Getting Started

To run VerifyIt locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/Ak47-crypto/VerifyIt
  2. Install Dependencies:

    cd VerifyIt/backend
    npm install
    cd VerifyIt/frontend
    npm install
  3. Start the Application:

    To run both backend and frontend together:

    cd VerifyIt/frontend
    npm run start

    To run backend separately:

    cd VerifyIt/backend
    node index.js

    To run frontend separately:

    cd VerifyIt/frontend
    npm run dev
  4. Open Your Browser:

    Navigate to http://localhost:5173.

  5. Connect Your Web3 Wallet:

    VerifyIt supports any Web3 wallet provider, with MetaMask being officially supported. Switch to the Sepolia testnet and receive free Sepolia ETH from the Infura faucet: Infura Sepolia Faucet.

Contributors

  • Learn more about the contributors on the About page.

About

DApp for detecting fake product

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors