[go: up one dir, main page]

Skip to content

transmute-industries/dapp

Repository files navigation

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

$ docker-compose up

Build and run (slow)

$ 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/

$ git clone https://github.com/transmute-industries/dapp.git
$ cd dapp
$ npm install -g truffle ethereumjs-testrpc
$ 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)