aditya172926 / Subvid_stream

Dapp made on Celo Blockchain to upload and Subscribe to view different contents

Home Page:https://subvid-stream.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacktoberfest 2022

đź‘‹ Hi Hackers, its a great day if you stumbled on this repository from anywhere

To start contributing to this repository, checkout the Contributing guidelines

To know more about this project, continue reading...

Subvid

What am I Building?

Subvid stream is a dapp made on Celo Blockchain. It allows users to post links to their premium content that they want to show as in exchange of timely payments using a Subscription Plan System.

For the Payment system Subvid uses ERC20 tokens on Celo Blockchain. The token used for the transactions is cUSD (Celo Dollar).

  • Users can come on platform to view or upload content
  • Viewers need to select a subscription plan and pay that to the owner of the content
  • Subscriptions will end on different durations based on the plan chosen
  • Users can check how much cUSD they earned via subscriptions from the platform

Specifications

  • Subvid Website - Subvid Subscriptions
  • Smart Contracts Repository - Subvid_stream_contracts Repo
  • Deployed Contract Address - 0x57Eb98688DE082a3d542F1a09d431477c74227f5
  • Deployed Contract Address (Updated) - 0xd84D2801b8D01Fb5435231EF1850DF09FA3d80bD
  • Testnet - Alphajores
  • Blockchain - Celo

Technologies Used

  • Solidity for developing SubVid Smart Contracts
  • React for Website UI
  • Remix to test and deploy contracts
  • Bootstrap 5.2
  • Celo Contractkit Library

Run the Project Locally

  1. Fork this Repository
  2. Clone the fork in your local machine using git clone your_forked_repo_link
  3. Navigate to the project folder and Run command npm install to install node_modules
  4. Run command npm start to start the project on Local Host.
  5. Get the Celo Extension Wallet and switch Alphajores Testnet

Contribute to Subvid

To contribute to this project follow these guidelines

  1. Fork the project repo
  2. Clone the repo to your local machine using git
  3. Make changes and commit it to your forked repo
  4. Create a Pull request to this repo and include the following in the description
    • Brief description of your changes neatly written
    • Highlight any points using markdown if necessary
    • Your commit messages should describe changes you worked on briefly

Thats it!

Disclaimer

Any content posted on the dapp platform may or may not be the respective users' own content. Sharing of open-source content is allowed. This dapp and users on it, do not make any profit or have any involvement in buying or selling anyone's content.

About

Dapp made on Celo Blockchain to upload and Subscribe to view different contents

https://subvid-stream.vercel.app/

License:MIT License


Languages

Language:JavaScript 90.2%Language:HTML 6.1%Language:CSS 3.6%