0.1.3 • Published 5 years ago

@gnosis.pm/dx-services-admin v0.1.3

Weekly downloads
2
License
-
Repository
-
Last release
5 years ago

DutchX service admin

Web administration that shows information about the DutchX including:

  • Markets listed in the DutchX
  • Running bots and their config
  • Info about accounts balances
  • Trades for every market

Run locally

Create a file called .env file. Use .env.example as an example.

# Install dependencies
yarn install

# Run app
yarn start

Check out:

Run using local mock endpoints

# Install dependencies
yarn install

# Run the local mock API server (in one tab)
yarn server

# Run in mock mode (in another tab)
REACT_APP_MOCK=true yarn start

Check out:

Build

yarn build