https://github.com/anarkrypto/seatube
Sea.tube Website
https://github.com/anarkrypto/seatube
Last synced: about 1 month ago
JSON representation
Sea.tube Website
- Host: GitHub
- URL: https://github.com/anarkrypto/seatube
- Owner: anarkrypto
- License: mit
- Created: 2022-03-27T16:01:16.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T18:19:21.000Z (about 3 years ago)
- Last Synced: 2026-04-19T14:11:09.636Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://sea.tube
- Size: 5.3 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SeaTube
Decentralized Web3 Video Platform
*** Most recent repository code: [anarkrypto/seatube](http://stackblitz.com/)

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
