Skip to content

This is a decentralized voting system implemented in Solidity that allows participants to cast votes for different proposals.

License

Notifications You must be signed in to change notification settings

rbd3/Voting-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Voting System Smart Contract

📗 Table of Contents

📖 Voting System Smart Contract

This is a decentralized voting system implemented in Solidity that allows participants to cast votes for different proposals. The system includes mechanisms to handle ties and allows the chairperson to assign voting rights to multiple participants at once.

🛠 Built With

Tech Stack

  • Solidity - The smart contract programming language used to build the voting system.
  • Ethereum - The blockchain platform on which the smart contract is deployed.
  • Remix IDE - The integrated development environment used for writing, testing, and deploying the Solidity smart contract.

Key Features

The main features of this project include:

  • Voting Rights Assignment - Chairperson can assign voting rights to participants.
  • Vote Counting - Users can cast votes for proposals, and the contract counts them.
  • Handling Ties - The contract detects ties between proposals with the same vote count and stores them.
  • Flexible Voting System - The system allows for multiple participants to vote and ensures fair counting.

(back to top)

💻 Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project, you need to install the following tools:

  • Node.js
  • Hardhat (for deployment and testing)

Install

Install the required dependencies using:

  • git clone git@github.com:rbd3/Voting-system.git
  • cd Voting-system
  • npm install

(back to top)

👥 Authors

👤 Andry Narson

(back to top)

🔭 Future Features

Some future improvements could include:

  • Real-time Voting Updates - Implementing an event listener to notify when a new vote is cast.
  • Extended Proposal System - Allowing for more complex proposal criteria and voting mechanisms.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

Give a star⭐️ or a thumbs up 👍 if you like this project! You can visit my GitHub profile for more of my projects.

(back to top)

🙏 Acknowledgments

  • My family who supported me.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

This is a decentralized voting system implemented in Solidity that allows participants to cast votes for different proposals.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published