Decentralized file sharing & file storage platform on Ethereum blockchain.
Languages:
Solidity, JavaScript, HTML5, CSS3
Libraries:
React.js, Web3.js
Tools:
IPFS
Network:
Ganache test Network
Platforms:
Ethereum, Fleek
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