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

mitaraaa/poll-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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