/waveportal-frontend

A portal where people can wave at me through the ethereum blockchain, and stand a chance to gain some ETH!

Primary LanguageJavaScriptMIT LicenseMIT

Wave Portal 👋

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.

Prerequisites

Node.js v14+
MetaMask browser extension

Getting started

Install dependencies:

npm install

Running the frontend

cd frontend
npm start