Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 528 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 528 Bytes

dCipher-wallet-exchange

Introduction:

  1. dCipher web erc20 wallet & exchange
  2. Trading: Buy & Sell tokens
  3. Can be accesed via this link: https://dcipher.io/wallet

Start:

  1. npm install
  2. cd src/common/loopringjs && npm install
  3. cd ../../ && npm run start

Note:node version < 10.0.0

Run in develop with https:

  1. cd node_modules/af-webpack/lib/dev.js
  2. find serverConfig at 84 line
  3. add https: true in serverConfig
  4. npm start
  5. vist https://localhost:8000 (Note: https)

Build project:

  1. npm run build