Introduction:
- dCipher web erc20 wallet & exchange
- Trading: Buy & Sell tokens
- Can be accesed via this link: https://dcipher.io/wallet
Start:
- npm install
- cd src/common/loopringjs && npm install
- cd ../../ && npm run start
Note:node version < 10.0.0
Run in develop with https:
- cd node_modules/af-webpack/lib/dev.js
- find serverConfig at 84 line
- add https: true in serverConfig
- npm start
- vist https://localhost:8000 (Note: https)
Build project:
- npm run build