vega-frontend-monorepo/libs/trades/README.md
Matthew Russell 98c1fc82f7
Feat/152 Trade list MVP (#217)
* add trades lib with data provider

* add trades table and cell color logic

* ensure we only show last 50 rows

* add test for table columns and formatting

* update trades table to get cells using col-id

* fix linting

* use default function param for fetchpolicy
2022-04-07 06:41:57 -07:00

8 lines
166 B
Markdown

# trades
This library was generated with [Nx](https://nx.dev).
## Running unit tests
Run `nx test trades` to execute the unit tests via [Jest](https://jestjs.io).