Move order utils to @0xproject/order-utils

This commit is contained in:
Leonid Logvinov
2018-04-24 16:36:35 +02:00
parent f08738e133
commit 0499541e11
52 changed files with 920 additions and 395 deletions

View File

@@ -0,0 +1,17 @@
**Install**
```bash
yarn add @0xproject/order-utils
```
**Import**
```javascript
import { createSignedOrderAsync } from '@0xproject/order-utils';
```
or
```javascript
var createSignedOrderAsync = require('@0xproject/order-utils').createSignedOrderAsync;
```

View File

@@ -0,0 +1 @@
Welcome to the [@0xproject/order-utils](https://github.com/0xProject/0x-monorepo/tree/development/packages/order-utils) documentation! Order utils is a set of utils around creating, signing, validating 0x orders.