Decentralized Web3 Video Platform
*** Most recent repository code: anarkrypto/seatube
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 the example live on mvp.sea.tube
# 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:
# Install dependencies
yarn
# Running in dev mode
yarn dev
Then open: http://localhost:3000