Skip to content

dayzamit/baseapp

 
 

Repository files navigation

Fixed v.2.3 OpenDAX BaseApp UI (forked https://github.com/openware/baseapp)

Branch named "mobidax" adapted to using with Peatio v.2.4.19 and Barong v.2.4.12

  1. Clone this repository.
git clone https://github.com/MobiDAX/baseapp.git
  1. Goto repository's directory and switch to 'mobidax' branch:
git checkout mobidax
  1. Customize it with your color and logo.

  2. If you want to check your changes:

  • create temporary file: /src/public/config/env.js
window.env = {
    api: {
        authUrl: 'http:https://localhost:9002/api/v2/barong',
        tradeUrl: 'http:https://localhost:9002/api/v2/peatio',
        applogicUrl: 'http:https://localhost:9002/api/v2/applogic',
        rangerUrl: 'ws:https://localhost:9011/api/v2/ranger',
    },
    minutesUntilAutoLogout: '5',
    withCredentials: false,
    captcha: {
        captchaType: 'none',
        siteKey: '',
    },
    gaTrackerKey: '',
    rangerReconnectPeriod: '1',
    msAlertDisplayTime: '5000',
    incrementalOrderBook: true,
};
  • install npm packages and start ReactApp local (using default mock-server):
yarn install
yarn start-mock
  1. Create own baseapp image
docker build --tag <your-docker-store/your-frontend-image-name> .
docker push <your-docker-store/your-frontend-image-name>
  1. In your Opendax (https://github.com/openware/opendax) in file /config/app.yml in section "images" change:
  peatio: quay.io/openware/peatio:2.4.19
  barong: quay.io/openware/barong:2.4.12
  frontend: <your-docker-store/your-frontend-image-name>

What was fixed in v.2.3 for using with Peatio/Barong v.2.4

  1. In KYC process - user can add documents after sending profile without waiting confirmation

  2. On profile page user can view when step is rejected

  3. Migrated to multiple profile datasets

  4. Fixed a bug in infobar on trading page (24h Volume)

  5. Fixed a bug related to changing withdraw's endpoint

  6. Added getting a list of currencies with getting a list of wallets

About

OpenDAX Trading user interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 55.8%
  • TypeScript 35.7%
  • CSS 6.2%
  • JavaScript 2.3%