vega-frontend-monorepo/libs/environment
2023-05-11 12:58:12 +02:00
..
__mocks__ fix(trading,explorer,governance): consistent zustand usage (#3133) 2023-03-10 14:01:51 +00:00
src feat(trading): hook up new EstimatePosition and EstimateFees api methods (#3634) 2023-05-11 12:58:12 +02:00
.babelrc
.eslintrc.json
jest.config.ts
package.json
project.json
README.md
tsconfig.json
tsconfig.lib.json fix(trading,explorer,governance): consistent zustand usage (#3133) 2023-03-10 14:01:51 +00:00
tsconfig.spec.json fix(trading): order store connection to deal ticket (#3100) 2023-03-08 12:14:56 +00:00

environment

This library was generated with Nx.

Prerequisites

The environment variables needed to be present for any app consuming this library.

NX_VEGA_ENV is the name of the environment.

NX_VEGA_URL OR NX_VEGA_CONFIG_URL - either the network configuration url or a url to a node to directly connect to

NX_VEGA_WALLET_URL the default vega wallet URL

For examples, see Block Explorer's .env files here

Running unit tests

Run nx test environment to execute the unit tests via Jest.