aboutsummaryrefslogblamecommitdiffstats
path: root/packages/website/md/docs/asset_buyer/installation.md
blob: 76affaa09877e3a25ec7a73d38e791966a433244 (plain) (tree)
1
2
3
4
5
6
7
8
9


           
                        




             
                                             




             
                                                       
   
**Install**

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

**Import**

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

or

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