Skip to content

bazmatic/liquid-decisions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liquid Decisions

Checkout repo

git clone https://github.com/bazmatic/liquid-decisions

Install the deps

npm install

Install truffle

npm install truffle --global

Compile Contract

truffle compile

Python

Smart contract methods:

castVote(bytes32,bool)
delegateTaggedVotes(string,address)
delegateVote(bytes32,address)
delegateeCount()
delegatees(uint256)
grantAdminRole(address,bool)
grantVoterRole(address,bool)
makeProposal(string,string,uint256,string)
proposalCount()
proposals(uint256)
registerDelegatee(string)

About

Simple delegative voting via Ethereum

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors