https://github.com/buildonviction/tomox-sdk-ui
SDK UI to build a Decentralized Exchange on TomoX protocol
https://github.com/buildonviction/tomox-sdk-ui
cryptocurrency decentralized-exchange dex sdk tomochain tomox
Last synced: 5 months ago
JSON representation
SDK UI to build a Decentralized Exchange on TomoX protocol
- Host: GitHub
- URL: https://github.com/buildonviction/tomox-sdk-ui
- Owner: BuildOnViction
- License: mit
- Created: 2018-10-26T09:50:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-22T03:04:12.000Z (over 4 years ago)
- Last Synced: 2025-10-01T04:33:19.394Z (10 months ago)
- Topics: cryptocurrency, decentralized-exchange, dex, sdk, tomochain, tomox
- Language: JavaScript
- Homepage:
- Size: 13.7 MB
- Stars: 27
- Watchers: 12
- Forks: 15
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/tomochain/tomox-sdk-ui)
# tomox-sdk-ui
This is client-side for TomoX-SDK
## Setup
```bash
$ yarn
$ yarn start
```
## Traslations
**Extract messages**
```bash
yarn extract-messages
```
**Update translation**
```bash
yarn merge-translations --trim=true
```
## Config
Create `.env` file
```
cp .env.sample .env
```
Update the parameters in `.env` for your environment
## Build
```
npm run build
```
Feel free to open issue and Pull Request to contribute the product