All Projects → fengluo → Fibos Todomvc

fengluo / Fibos Todomvc

Licence: mit
Todo DApp for FIBOS blockchain by React and fibos.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Fibos Todomvc

workshop-todo-dapp
A workshop into adding realtime collaboration in a typical To-do app
Stars: ✭ 29 (+141.67%)
Mutual labels:  dapp, todomvc
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (+41.67%)
Mutual labels:  dapp
Dapptools
Dapp, Seth, Hevm, and more
Stars: ✭ 362 (+2916.67%)
Mutual labels:  dapp
Origin
Monorepo for our developer tools and decentralized marketplace application
Stars: ✭ 565 (+4608.33%)
Mutual labels:  dapp
Buidl
A browser-based IDE for creating, deploying, and sharing blockchain apps (DApps, or decentralized apps). Publish your first blockchain DApps in 5 minutes! Here is how: https://docs.secondstate.io/buidl-developer-tool/getting-started
Stars: ✭ 376 (+3033.33%)
Mutual labels:  dapp
Augur Core
Augur back-end (Ethereum contracts)
Stars: ✭ 575 (+4691.67%)
Mutual labels:  dapp
Aws Amplify Vue
A Vue.js starter app integrated with AWS Amplify
Stars: ✭ 359 (+2891.67%)
Mutual labels:  todomvc
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (+83.33%)
Mutual labels:  dapp
Web3 React
🧰 A simple, maximally extensible, dependency minimized framework for building modern Ethereum dApps
Stars: ✭ 788 (+6466.67%)
Mutual labels:  dapp
Go Iost
Official Go implementation of the IOST blockchain
Stars: ✭ 523 (+4258.33%)
Mutual labels:  dapp
Asch
Asch is an efficient, flexible, safe and decentralized application platform, which was initially designed to lower the barrier to entry for developers.The services provided by the Asch platform include a public chain and a set of application SDKs.
Stars: ✭ 484 (+3933.33%)
Mutual labels:  dapp
React Mobx Typescript Boilerplate
A bare minimum frontend boilerplate with React 16.7, Typescript 3.2 and Webpack 4
Stars: ✭ 378 (+3050%)
Mutual labels:  todomvc
Client
(Aragon 1) Create and manage decentralized organizations on Ethereum.
Stars: ✭ 733 (+6008.33%)
Mutual labels:  dapp
Solhint
Solhint is an open source project created by https://protofire.io. Its goal is to provide a linting utility for Solidity code.
Stars: ✭ 363 (+2925%)
Mutual labels:  dapp
Eth.social
An Ethereum dApp for posting social events.
Stars: ✭ 17 (+41.67%)
Mutual labels:  dapp
Upchain Wallet
以太坊钱包(支持DApp 浏览器)- A Powerful Ethereum Android Wallet & DApp Browser
Stars: ✭ 359 (+2891.67%)
Mutual labels:  dapp
Metamask Extension
🌐 🔌 The MetaMask browser extension enables browsing Ethereum blockchain enabled websites
Stars: ✭ 6,585 (+54775%)
Mutual labels:  dapp
Dstatuspage
Decentralized Status Page
Stars: ✭ 571 (+4658.33%)
Mutual labels:  dapp
Angular Truffle Dapp
Angular + Truffle = Beautiful Material Dapp that can be scaled
Stars: ✭ 12 (+0%)
Mutual labels:  dapp
Snax
Decentralized Social Media Overlay
Stars: ✭ 18 (+50%)
Mutual labels:  dapp

FIBOS TodoMVC

Todo DApp for FIBOS blockchain by React and fibos.js

Installation

You need install FIBOS first:

curl -s https://fibos.io/download/installer.sh | sh

Then check FIBOS version:

~$ which fibos
/usr/local/bin/fibos

~$ fibos --version
v0.27.0-dev

Install packages:

npm install

Setup and run

Launch FIBOS local net:

npm run start:fibos

Deploy the contract to FIBOS local net:

npm run deploy:contract

Run Todo DApp:

npm run start:dapp
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].