Update doc ref markdown sections
This commit is contained in:
17
packages/website/md/docs/order_utils/2/installation.md
Normal file
17
packages/website/md/docs/order_utils/2/installation.md
Normal 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;
|
||||
```
|
1
packages/website/md/docs/order_utils/2/introduction.md
Normal file
1
packages/website/md/docs/order_utils/2/introduction.md
Normal 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.
|
Reference in New Issue
Block a user