All Projects → DemocracyEarth → micropayment-voting

DemocracyEarth / micropayment-voting

Licence: MIT License
🦅 Vote as bitcoin micropayment.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to micropayment-voting

Raty
🌟 Raty - A Star Rating Plugin
Stars: ✭ 2,292 (+16271.43%)
Mutual labels:  vote
freedomvote
A tool to represent the views of politicians and parties as a help to the voters.
Stars: ✭ 15 (+7.14%)
Mutual labels:  vote
laravel-vote
⬆️ ⬇️ User vote system for Laravel Application.
Stars: ✭ 53 (+278.57%)
Mutual labels:  vote
leaderboard-example
IOTA Proof of Concept Application example. With tutorial.
Stars: ✭ 64 (+357.14%)
Mutual labels:  micropayments
WoWSimpleRegistration
Simple Registration page for TrinityCore/AzerothCore/AshamaneCore/CMangos
Stars: ✭ 121 (+764.29%)
Mutual labels:  vote
yii2-vote
Provides voting for any model 👍 👎
Stars: ✭ 70 (+400%)
Mutual labels:  vote
Blockvotes
An e-voting system based on blockchain using ring signature
Stars: ✭ 182 (+1200%)
Mutual labels:  vote
nanopos
A simple Lightning ⚡ point-of-sale system, powered by Lightning Charge
Stars: ✭ 95 (+578.57%)
Mutual labels:  micropayments
PollDaddyHack
Exploit PollDaddy polls
Stars: ✭ 33 (+135.71%)
Mutual labels:  vote
rating
⭐ A true Bayesian rating system with scope and cache enabled
Stars: ✭ 49 (+250%)
Mutual labels:  vote
rater-js
Star rating widget for the browser. Unlimited number of stars. No dependencies. No Jquery required.
Stars: ✭ 66 (+371.43%)
Mutual labels:  vote
ballotnav
A repository for HackforLA's BallotNav project
Stars: ✭ 21 (+50%)
Mutual labels:  vote
Votes
LarkVote投票系统是一套基于规则的企业内部投票系统,由投票管理和投票端两部分组成,投票管理端包括投票创建、投票编辑、规则编辑、投票发起、投票项管理、邀请码生成、结束投票、投票结果统计等功能;投票端包括投票规则展示、投票操作、提交结果等功能。目前该项目还处于初级阶段,欢迎各位大神创建pull request。
Stars: ✭ 60 (+328.57%)
Mutual labels:  vote
Laravel-rating
Laravel package that allows you to rate, like & dislike and vote(+1,-1) your models with a simple and clear ways
Stars: ✭ 204 (+1357.14%)
Mutual labels:  vote
Room-Meter
Room Meter is a hotel review site where users can create reviews in form of articles and vote on other reviews. It's built with the Ruby on Rails framework by following the MVP pattern
Stars: ✭ 12 (-14.29%)
Mutual labels:  vote
Larapoll
A Laravel package to manage your polls
Stars: ✭ 189 (+1250%)
Mutual labels:  vote
vote-schulze
Vote calculation with Schulze method (Condorcet voting)
Stars: ✭ 23 (+64.29%)
Mutual labels:  vote
govote-app
Simple Preact app to help people find locations to get PVCs and Vote in the upcoming Nigeria General Elections. It's built on the govote-api API.
Stars: ✭ 34 (+142.86%)
Mutual labels:  vote
worlddriven
Automatic and well-defined pull request merged based on contribution-based weighted voting
Stars: ✭ 14 (+0%)
Mutual labels:  vote
filebazaar
Sell digital files with Bitcoin & Lightning ⚡
Stars: ✭ 112 (+700%)
Mutual labels:  micropayments

21API

Python API able to get chains from web-app database and automatically writes/secure them on the bitcoin blockchain via 21 micropayment services.

API Endpoints

Web browser <--> Front-end <--> api.py <--> connector.py

api.py

RESTful service for vote saving. This module only receives and transmits information to the connector.py script and to the front-end instances.

Resource HTTP Method URL and arguments Returns
Vote saving POST host:port/send-vote?proposal=yes/no JSON object with confirmation, vote and the wallet's address that stores our votes
Vote status GET host:port/vote-count Total number of votes on each option for the proposal

connector.py

21.co server for operations over micropayments (One satoshi per operation). This connector provides information for the api.py module and manages the operations for Blockchain events

Resource HTTP Method URL and arguments Returns
Vote accounting to the Blockchain POST host:port/write-vote?proposal=yes/no Wallet address
Votes on each proposal GET host:port/count Total votes for the proposal
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].