A Blockchain based Supply Chain Management System
Clone the project
git clonehttps://github.com/adityavardhansharma/Mini_Project-TrustNet.gitGo to the project directory
cd clientInstall Truffle Globaly
npm install -g truffleInstall dependencies
npm installDeploy The Contracts
truffle Compile
truffle migrateRun The Project
npm start