# @0x/order-utils

> 0x order utils

Latest version **10.4.28** (published 2021-08-11) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @0x/order-utils
pnpm add @0x/order-utils
yarn add @0x/order-utils
bun add @0x/order-utils
```

## Health

**Score 40/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 10.4.28 |
| Published | 2021-08-11 |
| First published | 2018-10-18 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=6.12 |
| Dependencies | 9 |
| Unpacked size | 246 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 405 |
| Maintainers | dekz, bchillman, xianny, dave4506, dorothy-zbornak, mzhu25, amirbandeali, pirosb3, akroeger, kimpers, overmorrow, phil-ociraptor |

## Links

- npm: https://www.npmjs.com/package/@0x/order-utils
- Repository: https://github.com/0xProject/protocol
- Homepage: https://github.com/0xProject/protocol/tree/main/packages/order-utils
- Issues: https://github.com/0xProject/protocol/issues
- npm.io page: https://npm.io/package/@0x/order-utils

## Dependencies (9)

- [ethers](https://npm.io/package/ethers.md) ~4.0.4
- [lodash](https://npm.io/package/lodash.md) ^4.17.11
- [@0x/utils](https://npm.io/package/@0x/utils.md) ^6.4.3
- [@0x/assert](https://npm.io/package/@0x/assert.md) ^3.0.27
- [ethereumjs-util](https://npm.io/package/ethereumjs-util.md) ^7.0.10
- [@0x/json-schemas](https://npm.io/package/@0x/json-schemas.md) ^6.1.3
- [@0x/web3-wrapper](https://npm.io/package/@0x/web3-wrapper.md) ^7.5.3
- [@0x/contract-wrappers](https://npm.io/package/@0x/contract-wrappers.md) ^13.17.4
- [@0x/contract-addresses](https://npm.io/package/@0x/contract-addresses.md) ^6.6.0

## Recent versions

- 10.4.28 (latest) — 2021-08-11
- 10.4.18-multiplex.0 (multiplex) — 2021-03-16
- 8.5.0-beta.4 (protocolV3) — 2019-12-02
- 10.4.27 — 2021-08-06
- 10.4.26 — 2021-06-22
- 10.4.25 — 2021-06-11
- 10.4.24 — 2021-06-02
- 10.4.23 — 2021-05-25
- 10.4.22 — 2021-05-21
- 10.4.21 — 2021-05-05
- 10.4.20 — 2021-04-28
- 10.4.19 — 2021-04-01
- 10.4.18 — 2021-03-17
- 10.4.17 — 2021-02-24
- 10.4.16 — 2021-02-10
- … 70 more at https://npm.io/package/@0x/order-utils/versions

## README

## @0x/order-utils

0x order-related utilities for those developing on top of 0x protocol.

### Read the [Documentation](https://0x.org/docs/tools/order-utils).

## Installation

```bash
yarn add @0x/order-utils
```

If your project is in [TypeScript](https://www.typescriptlang.org/), add the following to your `tsconfig.json`:

```json
"compilerOptions": {
    "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
}
```

## Contributing

We welcome improvements and fixes from the wider community! To report bugs within this package, please create an issue in this repository.

Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting started.

### Install dependencies

If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:

```bash
yarn config set workspaces-experimental true
```

Then install dependencies

```bash
yarn install
```

### Build

To build this package and all other monorepo packages that it depends on, run the following from the monorepo root directory:

```bash
PKG=@0x/order-utils yarn build
```

Or continuously rebuild on change:

```bash
PKG=@0x/order-utils yarn watch
```

### Clean

```bash
yarn clean
```

### Lint

```bash
yarn lint
```

---
_Source: https://npm.io/package/@0x/order-utils · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
