Skip to content

zaurbbb/web3-streaming-platform-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.