Skip to content

A Decentralized Voting System: POC of Blockchain Technology using C++

Notifications You must be signed in to change notification settings

A-atmos/matadaan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matadaan: A Decentralized Voting System

A PoC of Blockchain Technology

Due to the epoll and socket programming used in this project, it can only be run on Linux systems.

Initialization:

This is a project focused on the concepts of Object Oriented Programming in C++, and is according to the syllabus of IOE, TU. It uses the concepts of OOP in C++, BlockChain Technology and the general concept of Voting System.

Preferred IDE: CLion

Use CMakeLists.txt or build.sh to build the Project.

Build:

Check if the required packages are available in the system

cmake CMakeLists.txt

Create a Makefile

cmake .

Compiles and creates a Matadaan named executable file

make

./Matadaan: to run the executable file

./Matadaan

External Libraries Used:

About

A Decentralized Voting System: POC of Blockchain Technology using C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages