Skip to content

ggbbest/baseapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,283 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://localhost:9002/api/v2/barong',
        tradeUrl: 'http://localhost:9002/api/v2/peatio',
        applogicUrl: 'http://localhost:9002/api/v2/applogic',
        rangerUrl: 'ws://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

 
 
 

Contributors

Languages

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