aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/md/docs/ethereum_types/installation.md
blob: 5371cfa47c0530154470aad64fc48995c5fa4ddb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
**Install**

```bash
yarn add ethereum-types
```

**Import**

```typescript
import { Provider } from 'ethereum-types';
```