A simple TODO list built on the Ethereum network
Uses truffle and ethereumjs-testrpc
Run truffle test to run mocha tests.
Run testrpc to run the test network.
For any viewers, let me state that if this was a serious project, many more libraries/frameworks/... would be used like:
- ui-router for angular routing
- SASS for styles
- ...
The whole frontend is poorly developed. The goal was to test out Solidity and learn.
Run:
testrpcto start test networktruffle migrateto deploy contractstruffle serveto run test server