Decentralized video sharing & social media platform on Ethereum blockchain.
Website: https://dtube-eth.on.fleek.co
Languages:
Solidity, JavaScript, HTML5, CSS3
Libraries:
React.js, Web3.js
Tools:
IPFS
Platforms:
Ethereum, Fleek
Matic Mumbai Test Network
Rinkeby Test Network
Ropsten Test Network
Goerli Test Network
/src/contracts/DTube.sol
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