hadees / dapp

TypeScript React Redux Ethereum IPFS Starter Kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmute dApp

Build Status Coverage Status

Create an issue if you want a feature or need help!

Please fork and submit PRs, together we can make dApp dev transcendent!

You will need to install NodeJS - https://nodejs.org/en/

Run with docker

$ npm run docker:build
$ npm run docker:run

If you already had ipfs installed, you may need to npm run ipfs:allow this will add localhost:3000 to ipfs access control allow origin.

Get Started Instructions

Run without docker

$ git clone https://github.com/transmute-industries/dapp.git
$ cd dapp
$ npm install
$ npm run ipfs
$ npm run testrpc
$ npm run test
$ npm run migrate
$ npm run start

Features

  • Docker with React Hot Module Reload!
  • Jest and Truffle Tests
  • TypeScript
  • Redux + Transmute Framework (Redux for Smart Contracts)

About

TypeScript React Redux Ethereum IPFS Starter Kit


Languages

Language:JavaScript 55.7%Language:TypeScript 38.8%Language:HTML 3.0%Language:CSS 1.7%Language:Shell 0.8%