Chrome extension that allows voting on GitHubIssues using an ERC20 token. (Created for Rchain)
- download this repo
- unzip the downloaded file
- in chrome go to
chrome://extensions/
- ensure that the "Developer mode" checkbox in the top right-hand corner is checked
- select
Load unpacked extension...
- select the directory you unzipped in step 2 (the directory should contain at its top level
manifest.json
) - install MetaMask or something else that will inject web3
You should now see vote buttons on any github.com/user/repo/issues.
each push of a vote button will require 2 transactions, 1 transaction is to the ERC20 token to approve the transfer, and the second transaction is to the voting contract.
Deployed on the Ropsten testnet: 0xF27aF37CDBf995CF78da58bCa6071C705bA10FbC
test "RHOC" address: 0xb55d53e953e4B81BA637B9Fe16e17D11233f5fB1 (let me know if you need some)
Please throw any comments or suggestions my way! Thanks!