Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gapur/ethereum-todo-board
- Owner: Gapur
- Created: 2020-01-06T11:38:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T02:30:26.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T17:56:15.011Z (over 1 year ago)
- Topics: blockchain, ethereum, ganache, react, react-beautiful-dnd, smart-contracts, truffle
- Language: JavaScript
- Homepage:
- Size: 3.34 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
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
```