https://github.com/sciemesfin/alchemy-decentalized-supply-chain.git
cd frontend
npm install
smart contract
code is already setuped and run:ln -s ../../smart-contract/artifacts/contracts/SupplyChain.sol/SupplyChain.json node_modules/SupplyChain.json
npm run start
This will start the app in development mode on http://localhost:3000.npm test
Launches the test runner in the interactive watch mode. See the section about running tests for more information.npm run build
Builds the app for production to the build
folder. It correctly bundles React in production mode and optimizes the build for the best performance.npm run eject
Note: this is a one-way operation. Once you eject, you can’t go back!cd smart-contract
npm install
.npx hardhat compile
.npx hardhat test
. You can also generate a gas report by running REPORT_GAS=true npx hardhat test
.npx hardhat node
.npx hardhat run --network localhost scripts/deploy.ts
.Posted May 1, 2024
Contribute to codewithmesfin/alchemy-decentalized-supply-chain development by creating an account on GitHub.