eshon / conference

A simple Ethereum smart contract + DApp example
176 stars 106 forks source link

'truffle serve' is not working #4

Open zhengxinyue358 opened 8 years ago

zhengxinyue358 commented 8 years ago

Hi, Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only when after issuing 'truffle serve', the page can not load the organizer and buyer address automatically, the earlier version will load contract address, organizer..., could you suggest if it can work in new version?

ephemeralriggs commented 8 years ago

You can create an empty dir "images" inside the app dir. That made it work for me.