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

```bash
npm install @0xproject/connect --save
```

**Import**

```javascript
import { HttpClient } from '@0xproject/connect';
```

### Wiki

Check out our [0x Connect introduction tutorial](https://0xproject.com/wiki#Intro-Tutorial) for information on how to integrate relayers into your application.