Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 1.64 KB

README.md

File metadata and controls

65 lines (35 loc) · 1.64 KB

Decentralised Netflix

A completely responsive decentralised react movie and web series app made with react, solidity, moralisDb and web3uikit.

Demo

https://decentralised-netflix.netlify.app/

Wallet

Home

Details

Movies

TV

Watchlist

Search

Modal

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

REACT_APP_TMDB_KEY

REACT_APP_MORALIS_SERVER_URL

REACT_APP_MORALIS_APP_ID

REACT_APP_SMART_CONTRACT_ADDRESS=0xF86c8F62eC8042e06d3956e3208fe8ef7F2519e6

Run Locally

Clone the project

  git clone https://github.com/Pranay-Gupta/Decentralised-Netflix.git

Go to the project directory

  cd Decentralised-Netflix

Install dependencies

  npm install

Start the server

  npm start