Checking the evm script from Aragon vote
We've published a short replit from the script parts we're using for preparing the votes: EVMVoteScriptParser#main.py
Checking the evm script
-
Start replit.
- Open the replit script
- Click big green
RUN
button at the top. - The script will start installing dependencies — this takes couple minutes.
-
Get the evm script from the vote.
- Open voting contract on etherscan 0x2e59A20f205bB85a89C53f1936454680651E618e#readProxyContract (can check the voting contract address in Deployed contracts.
- Check the
getVote
method (sixth in the list): enter the vote in question, pushquery
. - Copy the
script
text (long string starting with 0x).
-
Check the script
- Get back to replit, wait for setup to pass.
- The replit will ask for the evm script — paste the text from etherscan and push
enter
to see the actions in the script.
That's it! 💪🎉🏝