llSourcell / ethereum_demo

This is the code for "Ethereum Explained" by Siraj Raval on Youtube
177 stars 92 forks source link

add truffle version to npm install #2

Closed davidrhodus closed 6 years ago

davidrhodus commented 6 years ago

fix issue #1

bkinsey808 commented 6 years ago

Thanks, but still doesn't work for me, unfortunately.

$ truffle version
Truffle v2.0.4

$ truffle compile
Compiling Conference.sol...
Compiling Migrations.sol...
Error compiling:

Conference.sol:9:3: Error: Expected token Semicolon got 'Event'
        event Refund(address, _to, uint, _amount)
        ^
Compiliation failed. See above.
davidrhodus commented 6 years ago

hi @bkinsey808 checkout my other pull request which fixes the compile errors -- https://github.com/llSourcell/ethereum_demo/pull/3