aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/connect/installation.md
blob: 184fa6e0d82080db5d3416a73f140741a0a7e991 (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:-Connect) for information on how to integrate relayers into your application.