Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexvandesande/d9cc775a6a4d29df76a6 to your computer and use it in GitHub Desktop.
Save alexvandesande/d9cc775a6a4d29df76a6 to your computer and use it in GitHub Desktop.
This is a contract that manages bounties donated by the community to be donated to people who worked sucessfully on projects related to dogecoin-ethereum integration. It's a member vote.
This is a contract that manages bounties donated by the community to be donated to people who worked sucessfully on
projects related to dogecoin-ethereum integration. It's a member vote.
1) Download the latest Ethereum Wallet: https://github.com/ethereum/mist/releases/tag/0.3.7
2) Open it, let it sync and then create a new account
3) If you don't have any ether and isn't a member of the DAO, contact alex: avsa@ethdev.
4) Go to the 'contracts' tab and then 'watch contract'. Add the address and interface abi of the contract as shown here: https://gist.github.com/alexvandesande/eb6935702e2549d1e510
5) On the contracts tab you'll see your newly added contract. The icon should vaguely remind of a purple stormtrooper helmet.
(if it doesnt you either have the wrong address or a lack of imagination)
6) On the 'read from contract', you can see the current members and proposals by putting a number on those places
7) learn more on how to interact with the contract on this post:
https://blog.ethereum.org/2015/12/04/ethereum-in-practice-part-2-how-to-build-a-better-democracy-in-under-a-100-lines-of-code/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment