Decentralize Storage
I make small demo video of this Dapp. You can see form here.
Ganache app Download Here
MetaMask Extension on Your Broswer Download Here
Ganache Account Import In MetaMask Full Guide
-
Clone Repository
$ git clone https://github.com/Atarpara/FileUploader.git $ cd FileUploader
-
Install Dependencies
$ npm install
-
Open the Ganache App
goto quick start or workspace goto contract option Link the truffle project Add path clonerepo\FileUploader\truffle-config.js
-
Complier and Deploy smartcontract on Ganache Account
$ truffle migrate --reset
-
Run Fileuploader
$ npm run start