The backend of the dapp is available here
A dapp that allows people to send me waves through the ethereum blockchain, and stand a chance to gain some ether. The frontend is built on React, and the smart contract is powered by Solidity. The dapp is live running the contract off the Rinkeby network.
Node.js v14+
MetaMask browser extension
Install dependencies:
npm install
Running the frontend
cd frontend
npm start