Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VERITAS - Decentralised, Censor-Free Platform for Journalists
by
Veritas Platform
on 27/12/2016, 13:12:00 UTC
VERITAS TEAM UPDATE 27.12.2016 - VOTE SYSTEM AND CLIENT

VoteSystem:

We are currently developing a server-less application for Mist, this will be the main function vote system for veritas

The concept is to allow the Veritas Community to vote on anything they want, and the app will tally the total ether/veritas balance of all those who agree or disagree with the article

https://github.com/veritasplatform/Votelog/blob/master/README.md



User Identification:

Using Mist, we have no information about the user, until the user decides to reveal itself to the app. if you want to query what you know about, simply call getaccounts:

https://github.com/veritasplatform/IdentifyUser/blob/master/README.md


This will allow the user to have access only to centralized authenticators, like two factor authentication or cloud backup, and to smart contracts, and allowing a few trusted friends to give you access to an account

Voting:

Once you have the contract as an object, voting is added form javascript: that will pop up a mist transaction panel where the user can check their info :

https://github.com/veritasplatform/vote/blob/master/README.md


Contract:

to count up all the votes we need to watch the contract events and see the votes , to do that we run this function :

https://github.com/veritasplatform/Calculate-Vote/blob/master/README.md




we are currently developing this from the example of stake voice from eth forum . (work like a charm)


hope you like the system and see what we can do with this.

enjoy



this is an alpha gui-like of veritas from mist :

http://imgur.com/a/yLlbN