supply chain on blockchain
Start Ganache with
ganacheand import the first private key into the MetaMask and switch network to localhost.
Go to truffle directory and
install Truffle dependencies with
npm installand run tests with
truffle testand migrate contracts with
truffle migrate --network ganacheGo to client directory and
install client dependencies with
npm installand run the client with
npm startGo to http://localhost:3000/ to access the client.