Blockchain Supply chain management plays a critical role in ensuring efficient operations and maintaining consumer trust. This project focuses on developing and deploying a decentralized application (DApp) powered by blockchain technology to streamline supply chain management processes.
Our DApp utilizes the inherent transparency and immutability of blockchain to provide a secure and transparent platform for tracking goods at every stage of the supply chain. Leveraging smart contracts, the DApp automates various tasks such as verifying product authenticity, recording transactions, and managing inventory in real-time.
Kindly follow the following Instructions to run the project in your system and install the necessary requirements47
1. installtion
git clone https://github.com/ThisIsSahaj/SupplyChainManagement.git
cd SupplyChainManagement
2.nstall dependencies
npm i
3. hardhat installtion
npm install --save-dev hardhat
4. run hardhat
npx hardhat node
5. deploy
npx hardhat run --network localhost scripts/deploy.js
We are using RemixID for deploying the contract and generation of the ABI in the project, but you can use any other tools like Hardhat, etc.
https://remix-project.org OPEN: RemixID
https://mumbai.polygonscan.com/ OPEN: Polygon Mumbai