项目作者: transmute-industries

项目描述 :
TypeScript React Redux Ethereum IPFS Starter Kit
高级语言: JavaScript
项目地址: git://github.com/transmute-industries/dapp.git
创建时间: 2017-07-26T01:17:20Z
项目社区:https://github.com/transmute-industries/dapp

开源协议:

下载


Transmute dApp

This project is deprecated. See https://github.com/transmute-industries/transmute-dapp

Build Status
Coverage Status

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

Please fork and submit PRs!

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

Austin Ethereum Meetup

Docker

Just run

  1. $ docker-compose up

Build and run (slow)

  1. $ docker-compose up --build

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.

If everything works, the app will be available at:

Run without docker

You will need to install https://ipfs.io/ & https://nodejs.org/en/

  1. $ git clone https://github.com/transmute-industries/dapp.git
  2. $ cd dapp
  3. $ npm install -g truffle ethereumjs-testrpc
  4. $ npm install
  5. $ npm run ipfs
  6. $ npm run testrpc
  7. $ npm run test
  8. $ npm run migrate
  9. $ npm run start

Features

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