Skip to content

Decentralised Todo App using Ethereum blockchain and Truffle.

Notifications You must be signed in to change notification settings

anistark/todo-dapp

Repository files navigation

Todo Decentralised App

Setup

Install Node Dependencies npm install

The smart contracts are kept in contracts directory.

Compile Smart Contracts truffle compile

Migrate Smart Contracts truffle migrate --reset

Now, your contracts are deployed in the blockchain.

This project has been created with truffle-box-react which is a marriage of Truffle and a React setup created with create-react-app. Either one would be a great place to start! ethereum-todolist Ethereum Todolist is where this project is taken from as the starting point.