Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/suhailkakar/livepeer-guild-token-gated-vod
- Owner: suhailkakar
- Created: 2023-04-19T14:33:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-19T14:37:57.000Z (over 1 year ago)
- Last Synced: 2024-10-18T12:21:28.847Z (about 2 months ago)
- Language: TypeScript
- Size: 105 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-livepeer - Use Guild.xyz to token gate video content
README
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
```