A sample app for using the ethereum blockchain as a blog server
Install dependecies
npm install
Run the test blockchain
npm run blockchain
Compile and deploy the smart contract
npm run compile
Modify src/www/app.js with the output of the compile
Run the web server
npm run web