This is a simple proof of concept of building a web3 app! Users can connect an ethereum (testnet) wallet to send waves with messages to me, where they will be displayed on the site. Please excuse the lazy styling on the messages!
Current address of hosted version: https://waveportal-baseline-student.woodybutler1.repl.co/
Try running some of the following tasks:
npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help