Skip to content

rahullath/torv3

Repository files navigation

image image image image image

Web3 Streaming Platform Frontend

Description

It's a Livestream App, including a DAO and an Incentive system

The technical task was provided by BNB-Chain, during Blockchain Hackathon

Project by 13Lab.

Features:

  • Authorize with MetaMask account
  • Decentralized video streaming using livepeer.js
  • Claiming NFT tokens for activity on the platform

Getting Started

It's mandatory to install NodeJS. After open the command line.

  • Clone the latest version
 git clone https://github.com/zaurbbb/web3-streaming-platform-frontend
  • Change directory to project's folder
 cd web3-streaming-platform-frontend
  • Install dependencies
 npm install
  • Run project
 npm start

Now, the web-application is running on http://localhost:3000/ or another port that must be mentioned on the command line.