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








                                     
                                                



        
                                                                                                                                                        
**Install**

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

**Import**

```javascript
import { HttpClient } from '@0xproject/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.