aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/connect/installation.md
blob: b14bc1b527533fbc195b066292fbaf3e9466d2dc (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.