hoa-ballot-client
Repository
The
hoa-ballot-client
repository is simple web3 Dapp example built upon React, web3 and MetaMask dependencies - along with the smart contract established in thehoa-ballot-contract
repository.
Publications
This repository is related to a DZone.com publication:
To read more of my publications, please review one of the following URLs:
- https://dzone.com/users/1224939/johnjvester.html
- https://johnjvester.gitlab.io/dZoneStatistics/WebContent/#/stats?id=1224939
Using This Repository
At a high level, the following steps are required to utilize this repository:
- Migrate the smart contract within the
hoa-ballot-contract
repository - Update the
App.js
and thecontractAddress
with the correct value -
npm install
ornpm ci
-
yarn start
ornpm start
Below, is a short demonstration of the React app in action:
Additional Information
Made with ♥️ by johnjvester@gmail.com, because I enjoy writing code.