Skip to content

This Simple Dapp save your Files on blockchain via IPFS protocol.

Notifications You must be signed in to change notification settings

atarpara/FileUploader

Repository files navigation

Decentralize Storage

I make small demo video of this Dapp. You can see form here.

Features

  • Built for Ethereum using Web3.
  • Deployable on IPFS.

Prerequirement

Ganache app Download Here

MetaMask Extension on Your Broswer Download Here

Ganache Account Import In MetaMask Full Guide

Setup

  1. Clone Repository

    $ git clone https://github.com/Atarpara/FileUploader.git
    $ cd FileUploader
  2. Install Dependencies

    $ npm install
  3. Open the Ganache App

    goto quick start or workspace
    goto contract option
    Link the truffle project
    Add path clonerepo\FileUploader\truffle-config.js
    
  4. Complier and Deploy smartcontract on Ganache Account

    $ truffle migrate --reset
  5. Run Fileuploader

    $ npm run start

About

This Simple Dapp save your Files on blockchain via IPFS protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published