# Installation

Add the SDK as you would any other library:

```bash
yarn add @enzymefinance/protocol
```

Contract class instantiation will require Ethereum-specific classes from [Ethers](https://docs.ethers.io/v5/), so add that as well:

```
yarn add ethers
```
