Skip to content
/ dtube Public
forked from akhileshthite/dtube

Decentralized video sharing & social media platform on Ethereum blockchain.

License

Notifications You must be signed in to change notification settings

sidb28/dtube

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DTube

Decentralized video sharing & social media platform on Ethereum blockchain.

Website: https://dtube-eth.on.fleek.co

visitors GitHub release twitter

Article

Build a Social Media dApp & Deploy it on Polygon: Article link.

Inspired by

Dapp University YouTube: Video link.

Technical Details

Languages: Solidity, JavaScript, HTML5, CSS3

Libraries: React.js, Web3.js

Tools: IPFS

Platforms: Ethereum, Fleek

Networks

  1. Matic Mumbai Test Network
  2. Rinkeby Test Network
  3. Ropsten Test Network
  4. Goerli Test Network

Contracts

/src/contracts/DTube.sol

Project setup

Open ganache personal blockchain. Don't forget to add private key in MetaMask.

ganache-cli

Install dependancies

npm install

Deploy the smart contracts to the blockchain.

truffle migrate

Start react app.

npm start

License

MIT license

Don't forget to leave a 🌟.

About

Decentralized video sharing & social media platform on Ethereum blockchain.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.8%
  • Solidity 7.1%
  • HTML 4.4%
  • CSS 3.7%