Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anupam-io/safeelections

Safe elections using solidity smart contracts. The web application is made with Node.js, React.js, and Semantic UI React. The application is connected through the Kovan test network.
https://github.com/anupam-io/safeelections

blockchain-technology elections javascript nodejs react reactjs safe-elections safety semantic-ui-react solidity vote voting-app voting-application

Last synced: 2 months ago
JSON representation

Safe elections using solidity smart contracts. The web application is made with Node.js, React.js, and Semantic UI React. The application is connected through the Kovan test network.

Awesome Lists containing this project

README

        

[![Generic badge](https://img.shields.io/badge/Made%20with-React.js-.svg)](https://shields.io/)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![Open Source Love svg3](https://badges.frapsoft.com/os/v3/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# Safe Elections: A tamper free election service based on Ethereum

## Intro
The aim of this project is to make an application where independent and trustless elections can be held. The app has several features implemented and all bundled into one React application.

The app is configured for Kovan test network.

## How to participate online ?
- Visit from desktop: [Safe Elections](https://akcgjc007.github.io/SafeElections/)
- Make sure you have a metamask wallet
- Make sure you are switched to Kovan test network
- Make sure you have some test ethers
- Have fun then!

## Features
- New elections can be hosted
- Each voter:
- can vote strictly once
- can only vote if voting is not ended by admin
- Admin:
- can access the *admin tools* section
- can end the voting

## Technology used
- Smart contract in solidity
- Node.js, React.js, Javascript
- Semantic UI React

## How to run ?
- `yarn i`
- `yarn start`
- `yarn compile`
- `yarn test`

## Sample

## Contributors


anupam


Anupam Kumar