Skip to content

GeekyKartikey/To-do-list

Repository files navigation

Simple to-do Dapp on ethereum.

Alt Text

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