Skip to content

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

Notifications You must be signed in to change notification settings

Dashon-Hawkins/disperse

 
 

Repository files navigation

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)

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.7%
  • CSS 2.3%
  • HTML 1.6%
  • Shell 0.4%