Election process using Blockchain technology

renezander030

Rene Zander

Posted on September 27, 2023

Election process using Blockchain technology

Introduction

Traditional voting systems have failed us a numerous of times in the past. Today we don’t need to make the same mistakes again, trusting in hand-counted results or waiting for days having people spend their time on work a computer could do.

Today we have technology that could solve most of these challenges. In Germany we have digital chips in our personal identity cards for a couple of years. Using those chips one could attempt to facilitate a vote securely for each citizen and store the record on a trusted ledger.

How it works

The citizen has two options to vote. He can use the native desktop app with an addon or he can use the mobile app. Both applications do connect to the National voting website to authenticate the user, and assess the vote.

The National voting website will forward the authenticated request to the Back office component, that will map any ID card identity to a blockchain identity. Blockchain identities are unique, similar to ID card identities.

From the back office component all votes are written to the blockchain designated to contain the voting data. Each citizen is presented with the option to verify any vote himself with limited visibility. Each person's private details are protected, and cannot be accessed without proper permission. All votes written to the blockchain will be encrypted before they are written to the blockchain. Encryption is facilitated so only the government has visibility into the data.

The blockchain ensures any data written to the blockchain cannot be alternated nor deleted. It only allows to add new votes. By identifying each unique user, first time of vote, and voting data the integrity of the overall voting process can be assured.

Image description

References

  1. Desktop — AusweisApp2 SDK 1.22.6 documentation (bund.de) 
  2. Encrypting data with a public key in Node.js - Stack Overflow 
  3. https://docs.waves.tech/en/building-apps/smart-contracts/writing-dapps 
  4. Simple voting on the Waves blockchain | Waves documentation 
  5. GitHub - elenaili/waves8ball 
  6. GitHub repository renezander030/blockvote: Election Process using Blockchain Technology (github.com)
💖 💪 🙅 🚩
renezander030
Rene Zander

Posted on September 27, 2023

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related