57 lines
583 B
Markdown
57 lines
583 B
Markdown
# COINCH
|
|
|
|
The name is meaningless ??
|
|
|
|
## Dependencies
|
|
|
|
see `package.json`
|
|
|
|
## What
|
|
|
|
Frontend project (H5 cross platfrom) for CoinWind.
|
|
|
|
## Mobile
|
|
|
|
Webview is recommended, always, if possible.
|
|
|
|
## Debug
|
|
|
|
```shell
|
|
$ npm i
|
|
$ npm start
|
|
```
|
|
|
|
## Build
|
|
|
|
``` shell
|
|
$ npm i
|
|
$ npm run build
|
|
```
|
|
|
|
see directory `build`
|
|
|
|
Run it in-place:
|
|
|
|
```shell
|
|
npm i serve -g
|
|
serve -s build
|
|
```
|
|
|
|
## Bug report
|
|
|
|
`john@mx.com`
|
|
|
|
## Pull request
|
|
|
|
Unsupported for now(2022-03-18 UTC).
|
|
|
|
## TODO
|
|
|
|
- Disconnect wallet
|
|
- Support Withdraw
|
|
- Multi ways to play
|
|
- Support TRON
|
|
- Support HECO
|
|
- Support BSC
|
|
- Support SOL
|