All Projects → mcarlucci → Disperse

mcarlucci / Disperse

React/Redux dApp (decentralized app) boilerplate using Ethereum's blockchain

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Disperse

Eth Vue
Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 5 and Vue 3, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.
Stars: ✭ 171 (+375%)
Mutual labels:  blockchain, ethereum, dapp, truffle, ethereum-dapp, boilerplate
React Ethereum Dapp Example
A starter boilerplate for an Ethereum dapp using web3.js v1.0, truffle, react, and parity
Stars: ✭ 384 (+966.67%)
Mutual labels:  blockchain, ethereum, truffle, blockchain-technology, ethereum-dapp, ethereum-blockchain
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (+358.33%)
Mutual labels:  blockchain, ethereum, dapp, ethereum-dapp, decentralized
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (+44.44%)
Mutual labels:  blockchain, ethereum, dapp, truffle, decentralized
Angular Truffle Starter Dapp
Angular CLI + Truffle Starter Dapp; write, compile & deploy smart contracts on Ethereum blockchains
Stars: ✭ 174 (+383.33%)
Mutual labels:  blockchain, ethereum, dapp, truffle, ethereum-dapp
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (+130.56%)
Mutual labels:  create-react-app, starter-kit, seed, boilerplate
Eth Crypto
Cryptographic javascript-functions for ethereum and tutorials to use them with web3js and solidity
Stars: ✭ 420 (+1066.67%)
Mutual labels:  blockchain, ethereum, dapp, truffle
Trust Wallet Ios
📱 Trust - Ethereum Wallet and Web3 DApp Browser for iOS
Stars: ✭ 1,228 (+3311.11%)
Mutual labels:  blockchain, ethereum, dapp, ethereum-dapp
Alpha Wallet Ios
An advanced Ethereum mobile wallet
Stars: ✭ 140 (+288.89%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
svelte-box
A truffle box for svelte
Stars: ✭ 60 (+66.67%)
Mutual labels:  dapp, seed, truffle, ethereum-dapp
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (+400%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
defiprime
All things #DeFi - trustless and transparent financial products built on top of the blockchain.
Stars: ✭ 117 (+225%)
Mutual labels:  decentralized, blockchain-technology, ethereum-dapp, ethereum-blockchain
Love Ethereum
区块链学习
Stars: ✭ 323 (+797.22%)
Mutual labels:  blockchain, ethereum, dapp, truffle
Embark
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
Stars: ✭ 3,478 (+9561.11%)
Mutual labels:  blockchain, ethereum, dapp, decentralized
Ethlist
The Comprehensive Ethereum Reading List
Stars: ✭ 3,576 (+9833.33%)
Mutual labels:  blockchain, ethereum, ethereum-dapp, decentralized
Eattheblocks
Source code for Eat The Blocks, a screencast for Ethereum Dapp Developers
Stars: ✭ 431 (+1097.22%)
Mutual labels:  blockchain, ethereum, truffle
Blockchainstore
💰 Retail Store that runs on Ethereum
Stars: ✭ 425 (+1080.56%)
Mutual labels:  blockchain, ethereum, ethereum-dapp
Presto Ethereum
Presto Ethereum Connector -- SQL on Ethereum
Stars: ✭ 450 (+1150%)
Mutual labels:  blockchain, ethereum, ethereum-blockchain
Awesome Ethereum
⚡️ Awesome Ethereum Resources
Stars: ✭ 459 (+1175%)
Mutual labels:  blockchain, ethereum, decentralized
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+1175%)
Mutual labels:  blockchain, ethereum, blockchain-technology

React dApp (decentralized app) boilerplate using Ethereum's blockchain. Built using React, React-Redux, React-Router, Truffle and Ethereum in-memory blockchain.

System requirements:

  • macOS (cross-platform contributions are welcome)

Demo Video

Learn more about creating and testing Ethereum Smart Contracts

Setup

npm install

Run

npm start

A new seperate terminal window will open and run the in-memory Ethereum blockchain.

Test

To test contracts, run:

truffle compile
truffle test

To unit test, run:

npm test

Build

A production build can be found in the build_webpack folder when you run:

npm run build
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].