We team DreamKillers are presenting prototype of our project titled "Product Counterfeiting Detection Using Blockchain Based Application", It is an Blockchain based application for detecting Counterfeited products in the B2C supply chain which will benefit businesses in terms of growth, reputation, trust and to customers in getting genuine products in hand.
You should have metamask, and Ganache setup already
Installing A step by step series of examples that tell you how to get a development env running.
Cloning the repo
$ git clone https://github.com/AltafMShaikh/Dream-Killers-Fake-Product-Detection-using-Blockchain-application.git Installing the dependencies
$ npm install
Migrate
$ truffle migrate --reset
Running the server
change repo to client-cd client
$ npm install
$ npm run dev
Running the tests
$ truffle test
Blockchain:
Ethereum - Blockchain Network
Solidity - Smart Contracts
Truffle - development environment, testing framework and asset pipeline for blockchains using the Ethereum Virtual Machine (EVM)
Ganache - Create private Ethereum blockchain to run tests
Web App:
Metamask - A crypto wallet & gateway to blockchain apps
Web3.js - collection of libraries that allow you to interact with a local or remote ethereum node using HTTP, IPC or WebSocket
React - For designing user interface
CSS - Style Sheet Language
Bootstrap - Templating