juliusbenson / republickey

blockchain-based voting system
GNU General Public License v3.0
4 stars 3 forks source link

solidity #2

Open juliusbenson opened 8 years ago

juliusbenson commented 8 years ago

Max wants to work on writing solidity code. Some suggested reading:

https://www.ethereum.org/greeter https://github.com/ethereum/wiki/wiki/Ethereum-Development-Tutorial https://ethereum.gitbooks.io/frontier-guide/content/

Write the gets and sets first, figure out how to use the Morden testnet, set up mist on your machine

juliusbenson commented 8 years ago

online solidity compiler https://ethereum.github.io/browser-solidity/#version=soljson-latest.js

juliusbenson commented 8 years ago

follow most of this: https://github.com/ethereum/go-ethereum/wiki/Contract-Tutorial and a little bit of this: https://forum.ethereum.org/discussion/3455/how-to-use-online-solidity-compiler especially the part about eth.contract()