### How to reproduce 1. Clone [alchemyplatform/hello-world-part-four-tutorial](https://github.com/alchemyplatform/hello-world-part-four-tutorial) 2. Go to `starter-files` 3. Execute `npm install` 4. Execute `npm install @alch/alchemy-web3` 5. Insert `const { createAlchemyWeb3 } = require("@alch/alchemy-web3");` on the top of `starter-files/src/util/interact.js` 6. `npm start` [Tutorial Link](https://docs.alchemy.com/docs/integrating-your-smart-contract-with-the-frontend#implementing-loadcurrentmessage-in-your-interactjs-file) <img width="1147" alt="Screen Shot 2023-05-07 at 17 28 38" src="https://user-images.githubusercontent.com/54393289/236666649-21c71a4d-08ec-4be6-a18d-c4db7e95678a.png">