The Anti-Counterfeit Product Identification System Using Blockchain is an innovative solution that uses blockchain technology to combat counterfeit products in various industries. It uses QR codes, smart contracts, and the Ethereum network to provide a secure and transparent platform for tracking and verifying product authenticity. The system is significant in addressing global supply chain issues by reducing the prevalence of counterfeit goods and enhancing transparency and trust.
Here is a live demo of the full functionality of the project
Here is a blog plost of this project: https://medium.com/p/68d23c7bc41c
The Anti-Counterfeit Product Identification System Using Blockchain is a groundbreaking solution designed to combat global supply chain issues related to counterfeit products. It leverages the unique capabilities of blockchain technology to provide a secure and transparent platform for tracking and verifying the authenticity of products across various industries.
The system uses QR codes, an overt technology that can be scanned by a smartphone app, to verify product information and origin. It employs smart contracts to store and execute product verification logic on the blockchain, ensuring tamper-proof data and trustless transactions. The Ethereum network serves as its decentralized database to store product information and status, accessible by authorized parties. A web interface, powered by React, allows users to interact with the system and view product information and history.
The technologies used in this system include Solidity for smart contract development, Hardhat for Ethereum development environment, React for building the user interface, Node.js for backend development, and ethers.js for interacting with the Ethereum blockchain.
This system is significant in solving global supply chain issues as it provides a reliable method to verify the authenticity of products, thereby reducing the prevalence of counterfeit goods. It enhances transparency and trust among stakeholders in the supply chain, from manufacturers to consumers.
identeefi-backend-node
directory contains the codebase for the backend of the system.identeefi-frontend-react
directory contains the codebase for the frontend of the system.identeefi-postgres-database
directory contains the csv files for the backend database.identeefi-smartcontract-solidity
directory contains the smart contract deployed to the Ethereum network.To get started with this project,
identeefi-postgres-database
, import the csv files to your own postgres database.identeefi-backend-node
, run npm i
to install the dependencies and change the postgres credentials to your postgres crediantials and run node postgres.js
to start the backend execution.identeefi-frontend-react
, run npm i
to install the dependencies and run npm start
to start localhost.identeefi-smartcontract-solidity
directory to view the smart contract details that is deployed to the Sepolia Testnet.For more information, you can view our user manual: View User Manual