Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/suhailkakar/livepeer-guild-token-gated-vod


https://github.com/suhailkakar/livepeer-guild-token-gated-vod

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Untitled



A example application that token gate video content using Livepeer and Guild.xyz

## Getting Started

To get this application up and and running on your local machine follow these simple steps.

### Prerequisites

You need to have Node.js, NPM and hardhat installed on your computer, before running this project.

### Installation

1. Clone the repo
```sh
git clone https://github.com/suhailkakar/livepeer-guild-token-gated-vod
```
2. Update the webhook Id [here](https://github.com/suhailkakar/livepeer-guild-token-gated-vod/blob/main/components/Hero/index.tsx) and the Livepeer Studio key [here](https://github.com/suhailkakar/livepeer-guild-token-gated-vod/blob/main/pages/_app.tsx).
3. Install NPM packages

```sh
npm install
```

or

```sh
yarn install
```
4. Run the app

```sh
npm start
```