Update doc ref markdown sections

This commit is contained in:
Fabio Berger
2018-10-18 17:31:38 +01:00
parent 8b62b350b1
commit c4ae91c7c5
56 changed files with 391 additions and 64 deletions

View File

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

View File

@@ -0,0 +1 @@
Welcome to the [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.