Skip to content

blkluv/NFTVTube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PeerTube

Description

A marketplace of videos NFTs where users, can purchase video NFTs. They can buy and sell theses NFTs for profit in the marketplace. These NFT are also visible on OpenSea, Rarible etc.

  1. Clone the project locally, change into the directory, and install the dependencies:
git clone https://github.com/holyaustin/peertube.git

cd peertube

# install using NPM or Yarn
npm install

# or

yarn
  1. Start the local Hardhat node
npx hardhat node
  1. With the network running, deploy the contracts to the local network in a separate terminal window
npx hardhat run scripts/deploy.js --network localhost
  1. Start the app
npm run dev

Deployed Polygon Mumbai address

deployed to: deployed to: 0xBd565918BB2f031Bf5CC85332B33a9d604c0d3A6

Subgraph

Subgraph : https://thegraph.com/hosted-service/subgraph/holyaustin/peertube

About

A video streaming tribe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 52.6%
  • JavaScript 37.8%
  • Solidity 7.1%
  • CSS 2.5%