/mdos

Primary LanguageJavaScript

CANARA ENGINEERING COLLEGE

MetaDOS

GROUP: CSE/CS/2022/P03

MEMBERS: KARTHIK MK, ELVIN DSOUZA, GAUTHAM ALVA, DHRUVA D NAYAK

Decentralized file sharing & file storage platform on Ethereum blockchain.

➔ Technical Details

Languages: Solidity, JavaScript, HTML5, CSS3

Libraries: React.js, Web3.js

Tools: IPFS

Network: Ganache test Network

Platforms: Ethereum, Fleek

➔ 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