Simple to-do Dapp on ethereum. Get started npm install npm run dev Popular commands for Truffle truffle init: new project truffle compile: compile smart contract truffle migrate: deploy to the chain truffle console: open up internal console truffle migrate --reset: deploy a new copy of the smart contract to the chain