An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/tomochain/tomox-sdk-ui.svg?branch=master)](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