Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 362 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 362 Bytes

Poll Dapp

This is a simple poll dapp that allows users to create polls and vote on them. The dapp is built using the Hardhat framework and React.

Installation

You should have Node.js and yarn installed on your system.

cd frontend
yarn install

Usage

cd frontend
yarn run dev

Tests

cd solidity
npx hardhat test