vrajdesai78 / provenance

Verify the authenticity of product on-chain

Home Page:https://provenance.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provenance

Provenance is a decentralized application that provides an interactive platform to verify the authenticity of the product as well as highly secured supply chain operations. The user can have confidence that the products they are purchasing genuine products and not counterfeits. It actually provides the whole supply chain operation like adding products or updating product locations to maintain a secure channel for verifying the provenance of the products. The most ideal scenario for utilization would be in the realm of luxury goods, high-end art pieces, and exclusive collections. Check out our flow for a better understanding. here

Flowchart - Provenance

Prerequisites

Every user must have Metamask wallet to verify the provenance of products. Checkout how to create Metamask wallet from here. For SCM operations, kindly add the 5ire network from here.

Follow the instructions for local environment: The user must have Node.js and npm to run this platform. Just download Node.js from here.

Setup Instructions

Clone the repo via CLI:

git clone https://github.com/neel-ds/provenance
cd provenance

Install the required packages:

npm install 
yarn install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or

About

Verify the authenticity of product on-chain

https://provenance.vercel.app/


Languages

Language:TypeScript 66.0%Language:Solidity 27.4%Language:JavaScript 4.7%Language:CSS 1.9%