Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anistark/todo-dapp

Decentralised Todo App using Ethereum blockchain and Truffle.
https://github.com/anistark/todo-dapp

blockchain dapp ethereum ethereum-blockchain ethereumjs rpc testrpc todo truffle truffle-framework

Last synced: about 1 month ago
JSON representation

Decentralised Todo App using Ethereum blockchain and Truffle.

Awesome Lists containing this project

README

        

# 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][1] which is a marriage of [Truffle][2] and a React setup created with [create-react-app][3]. Either one would be a great place to start! [ethereum-todolist][4] Ethereum Todolist is where this project is taken from as the starting point.

[1]: https://github.com/truffle-box/truffle-box-react
[2]: http://truffleframework.com
[3]: https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md
[4]: https://github.com/mbeaudru/ethereum-todolist