Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gapur/ethereum-todo-board

Blockchain Todo Board Web App Powered by Ethereum Smart Contracts
https://github.com/gapur/ethereum-todo-board

blockchain ethereum ganache react react-beautiful-dnd smart-contracts truffle

Last synced: 5 days ago
JSON representation

Blockchain Todo Board Web App Powered by Ethereum Smart Contracts

Awesome Lists containing this project

README

        

# ethereum-todo-board

Blockchain Todo Board Web App Powered by Ethereum Smart Contracts

![todo-board](/public/example.png)

# Installation
We use npm in this project. The easiest way to install it from npm and run it from your terminal.

1. Clone this repository
```
git clone https://github.com/Gapur/ethereum-todo-board.git
```
2. Install dependencies
```
npm install
```
3. Launch app
```
npm start # for npm
```
```
yarn start # for yarn
```