aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/asset_buyer/installation.md
blob: 76affaa09877e3a25ec7a73d38e791966a433244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
**Install**

```bash
yarn add @0x/asset-buyer
```

**Import**

```javascript
import { AssetBuyer } from '@0x/asset-buyer';
```

or

```javascript
var AssetBuyer = require('@0x/asset-buyer').AssetBuyer;
```