2022-03-24 12:04:01 +00:00
|
|
|
# network-stats
|
|
|
|
|
|
|
|
This library was generated with [Nx](https://nx.dev).
|
|
|
|
|
2022-04-06 12:19:48 +00:00
|
|
|
## Prerequisites
|
|
|
|
|
|
|
|
Two environment variables need to be present for any app consuming this library.
|
|
|
|
|
|
|
|
`NX_VEGA_ENV` is the name of the environment.
|
|
|
|
|
|
|
|
For examples, see Block Explorer's .env files [here](../../apps/explorer)
|
|
|
|
|
2022-03-24 12:04:01 +00:00
|
|
|
## Running unit tests
|
|
|
|
|
|
|
|
Run `nx test network-stats` to execute the unit tests via [Jest](https://jestjs.io).
|