## Livepeer.js Example

A simple example of how to use the Livepeer.js library to interact with the Livepeer Studio.

### Setup

1. Clone this repository and navigate to the `example` directory
2. Run `npm install`
3. Replace "LP_API_KEY" in `index.js` with your own Livepeer API key
4. Run `node index.js`
