My first blockchain application, A todo list powered by Ethereum smart contracts.
- Ganache - A local development blockchain.
- Node JS
- Truffle Framework - Suite of tools for developing smart contracts using solidity.
- Metamask Ethereum Wallet.
- Clone repo
- Install dependencies
cd eth-todo && npm install
- Run project
npm run dev