# Example of CoW Protocol SDK usage

## How to start

### Install dependencies

```bash
yarn install
```

### Run the local server

```bash
yarn start
```

### Open browser with url

```bash
http://localhost:3000
```
