-
Run the hardhat node and have local blockchain by typing the following command
npm install
npx hardhat node -
Run the web UI
npm run start -
Deploy Contracts to the blockchain
npx hardhat run src/backend/scripts/deploy.js --network localhost
ScrapHumour Team