Skip to content

neel-ds/route-x

Repository files navigation

RouteX

The RouteX is an interactive platform to verify the authenticity of the product and take logistics operations on-chain. The user can have confidence that 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. It's more convenient for users to scan QR and get all relevant product details. Check out our flow for a better understanding. here

RouteX

Prerequisites

Every user must have a Metamask wallet to verify the provenance of products. Check out how to create a Metamask wallet from here.

Follow the instructions for the 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/route-x
cd route-x

Install the required packages:

npm install 
yarn install   #or
pnpm install   #or

In the project directory, you can run:

npm run dev
yarn dev   #or
pnpm dev   #or

Releases

No releases published

Packages

No packages published

Languages