TypeScript React Redux Ethereum IPFS Starter Kit
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/
$ 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