This project is deprecated. See https://github.com/transmute-industries/transmute-dapp
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/
- Linux: https://docs.docker.com/engine/admin/#start-the-daemon-using-operating-system-utilities
- OSX / Windows: Make sure docker daemon is running!
$ docker-compose up
$ 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:
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
- Docker with React Hot Module Reload!
- Jest and Truffle Tests
- TypeScript
- Redux + Transmute Framework (Redux for Smart Contracts)