Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 594 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 594 Bytes

Decentralized Voting System

Introduction

This project is a decentralized voting system built using Solidity. It allows users to vote on various proposals in a secure and transparent manner. The smart contract ensures that each user can only vote once and that all votes are counted correctly.

Features

  • Secure and transparent voting process
  • Each user can vote only once
  • Easy to deploy and use
  • No central authority required

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have a basic understanding of Solidity and smart contracts.