Post
Topic
Board Announcements (Altcoins)
Merits 17 from 5 users
Re: The Movement | Fully Decentralized Organization | VR DAO
by
Piggy
on 23/03/2018, 08:51:57 UTC
⭐ Merited by levyashin (10) ,gumshed (2) ,Jack Liver (2) ,exus (2) ,Roman_P (1)
Voting Page(progress update)

I did some work with the base voting contract(Everything is work in progress) Dropper provided:
  • you can add a link with the descritpion of the vote and choices.
  • ability to limit the vote to the MVT token holders if needed, you can actually specify how many MVT token you need to have in your wallet to vote.

Here is the contract:
https://github.com/AlbertoIT/Voting-DApp-DAO/blob/master/MovementVoting.sol

This could be an example to describe what the vote is about (the link will be retrievable from the smart contract and visible on the web page):
https://albertoit.github.io/Voting-DApp-DAO-master/VoteDescriptinoTest.txt

I also made a user interface, to test the smart contract, this will also allow you deploy the contract to vote on something( which is not finalized yet).

Here is the user interface you can use to vote, note you can pass on the url the address of the smart contract (MovementVoting.sol) you deployed
https://albertoit.github.io/Voting-DApp-DAO-master/MVTvote.html?sc=0x25833773dd5ebf3f0c6cca41054ae92fe6a6aadd

Everything you see it's work in progress but, you should be able to vote right now (the smart contract is deployed on the Ropsten test network), here is some instructions:
 



Please give it a try.

If you have suggestions or feedbacks let me know.