Final Project for RMIT Online Developing Blockchain Applications 8 week course (developed by Flex Dapps)
Users need to register a name before they can upload, clap or comment.
Test smart contracts
npm run test
Test smart contracts and generate test coverage
npm run coverage
Start local blockchain
embark simulator
Deploy smart contracts
embark build
Start web server
npm run dev