Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anistark/todo-dapp
- Owner: anistark
- Created: 2017-07-07T20:13:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-07-08T07:00:26.000Z (over 7 years ago)
- Last Synced: 2024-10-25T15:39:14.758Z (3 months ago)
- Topics: blockchain, dapp, ethereum, ethereum-blockchain, ethereumjs, rpc, testrpc, todo, truffle, truffle-framework
- Language: JavaScript
- Size: 31.3 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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