WEb3-based-supply-chain-management-system

Flow Chain

WEb3 based supply chain management system

img img img img img

Used packages:-

To run this app

npm install
npx hardhat init
npx hardhat node
npx hardhat run --network localhost scripts/deploy.js 

Now, move the Tracking.Json file which is created in ./artifacts/contracts/ to ./src/components/Context/ to accesss the Tracking ABI of the smart contracts.

Run the React app with development server

npm run start

Now, go to localhost:3000