EOS Votes tally based on DemuxJS, quickly retrieve all proposals and total votes tally on eosforumdapp
.
This Constitution and its subordinate documents shall not be amended except by a vote of the token holders with no less than 15% vote participation among tokens and no fewer than 10% more Yes than No votes, sustained for 30 continuous days within a 120 day period.
$ git clone https://github.com/EOS-Nation/eosvotes-demux-tally.git
$ cd eosvotes-demux-tally
$ npm install
$ npm start
- https://api.eosvotes.io
- https://api.eosvotes.io/proposals
- https://api.eosvotes.io/voters
- https://api.eosvotes.io/global
- https://api.eosvotes.io/proposal/{proposer}
- https://api.eosvotes.io/proposal/{proposer}/{proposal_name}
- https://api.eosvotes.io/voter/{voter}
Quickly setup your local LevelDB cache by downloading from the eosvotes.io
S3 bucket.
$ cd eosvotes-demux-tally
$ wget https://s3.amazonaws.com/eosvotes.io/mydb.tar.gz
$ tar -zxvf mydb.tar.gz