Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

y2labs-0sh/maker-taker-wallet

Repository files navigation

Basis

add full icu to node for i18n

npm install -g full-icu

Setup

yarn install

run

It's served in http://localhost:3009 .

yarn start

test

yarn test

build

It's served in ./static folder.

yarn run build
yarn run build:staging
yarn run build:dev

client rendering

yarn run client

server rendering

yarn run server

change config

config files are located at ./shared/constants/env, you can customize for different environment

staging example:

{
  "ENV": "staging",
  "CHAIN_API": "wss://node.staging.definex.com",
  "ADMIN_API": "https://admin-api.staging.definex.com",
  "SCAN_API": "https://scan.staging.definex.com"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published