First turorial of Ethereum contract using Truffle framework
https://medium.com/@mvmurthy/full-stack-hello-world-voting-ethereum-dapp-tutorial-part-2-30b3d335aa1f
- Change Pragma Solidity version to
^0.4.2
- Remove ammount of gas from
2_deploy_contracts.js
- Replace
if - throws
withrequire
inVoting.sol