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

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

**Import**

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

### Wiki

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