Skip to content

wchh/btex-mobile

 
 

Repository files navigation

btex-mobile

This UI code is btex online version.
Deploy your own decentralized exchange with code.

You must install nodejs first.

Setup

1.Download

2.Configure

Navigate to /src/common/utils.js modify host value, this url is to get K-line data. You can draw your own K-line chart by monitoring to the EOS transaction records of btexexchange.

host: 'https://www.btex.org'

3.Build

In the code root directory run

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

4.Deploy

If you npm run build will create /dist directory in root, copy to you website then decentralized exchange is deploy.

If you have any questions, please contact us.
Telegram @BTEX

About

BTEX H5前端

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 65.9%
  • Vue 25.7%
  • JavaScript 5.8%
  • TypeScript 2.0%
  • CSS 0.6%