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

https://github.com/anarkrypto/seatube

Sea.tube Website
https://github.com/anarkrypto/seatube

Last synced: about 1 month ago
JSON representation

Sea.tube Website

Awesome Lists containing this project

README

          

# SeaTube
Decentralized Web3 Video Platform

*** Most recent repository code: [anarkrypto/seatube](http://stackblitz.com/)

![SeaTube Logo](https://bafybeia5kwkciy6jcz2ivphrcviiyhkw6jmif5vowgijgfpjux6tzpeyoe.ipfs.infura-ipfs.io)

SeaTube combines great Web3 technologies to build a more free web! Videos are processed on LivePeer and stored on IPFS!

Soon all governance will be migrated to a DAO and you will be able to help govern our platform!

## Preview

Preview the example live on [mvp.sea.tube](https://mvp.sea.tube)

### Running locally

```bash
# Create your env:
cp example.env.local .env.local
```

Then create an api key at https://livepeer.com/dashboard and edit your .env.local with your **LIVEPEER_API_KEY**

Run:

```bash
# Install dependencies
yarn
# Running in dev mode
yarn dev
```

Then open: http://localhost:3000

![SeaTube page](https://bafybeid46f2mgkcaiwjxww4usl672ey5sr6es4zenjjtpgjbf53ffjqf6m.ipfs.infura-ipfs.io/)