This script check for voters and their proxies for a specific Steem proposal, calculating SP (Steem Power) distribution and airdrop token allocation.
The script:
- Identifies direct voters for a specific proposal
- Finds accounts that proxy their voting power to these voters
- Calculates SP distribution and token allocation based on voting power
- Generates a JSON report of all voters
- Node.js
- npm
- Clone this repository
- Install dependencies:
npm installRun the script:
npm start- Only accounts that directly voted for the proposal or proxy directly to voters are included
- SP calculations consider both direct voting power and proxied voting power
- Token distribution is proportional to the effective SP of each account