anas40 / HardFork

Decentralized application built with solidity to solve the problem of product counterfeiting effectively.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to run the project

  1. install dependencies for smart contracts
npm i
  1. Deploy smart contracts. Ex -
truffle deploy --network development
  1. Copy Address of deployed contracts to React app (in file web3Provider.js)

    update contractAddress (Counterfeit Contract) and buyAddress (Buy Contract)

  2. Update nodeUrl and chainId (in file web3Provider.js)

  3. Install React app dependencies

cd app
npm i
  1. Run React app
cd app
npm start
ABI of smart contracts are stored in file abi.js in react app

Team Name - HardFork

forge logo

🔥 Forge

We are working on a blockchain based decentralized web application to fight product counterfeiting. This app help the consumers to don't rely on the the word of the mouth of the seller but the product itself.

Technology Stack

  1. Solidity
  2. React
  3. Web3.js
  4. Truffle
  5. Portis
  6. Matic
  7. Infura

Functionalities

Owner Functionalities:

  1. Add Product.
  2. Sell Product to seller.
  3. Transfer Ownership to Other account
  4. Buy/Verify the product as a consumer

Seller Functionalities:

  1. Sell Product to another seller.
  2. Register themselves as a seller.
  3. Buy/Verify the product as a consumer

Consumer

  1. Verify the product whether it is genuine or fake by scanning the QR-Code or Product ID.
  2. Buy Product.

Get the details

verified-product

Case of fake product

verified-product

  1. Add Product add-product
  2. Product List product-list
  3. Seller registration form. register-as-seller

About

Decentralized application built with solidity to solve the problem of product counterfeiting effectively.


Languages

Language:JavaScript 63.0%Language:SCSS 15.4%Language:Solidity 12.5%Language:CSS 7.4%Language:HTML 1.6%