Skip to content

A simple ReactJS web page which uses IPFS for file upload and blockchain for storing the hash

Notifications You must be signed in to change notification settings

BhaskarDutta2209/IPFS_Gallery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS_Gallery

A basic reactJs web page using IPFS for file upload and blockchain for storing the hash

In this application you can upload any picture using IPFS. The hash is stored through a smart contract. Since this is a pet project I am using ganache. Users can also vote the image of their choice by giving there public address. (It is to be noted that since ganache is used, there is no need of signing transactions and hence no private key is needed)

To use it:

  1. Install ganache and node js
  2. Clone the repository
  3. In terminal type npm install
  4. Start ganache(ensure it is running on port 7545) and type truffle migrate
  5. Type npm run start

About

A simple ReactJS web page which uses IPFS for file upload and blockchain for storing the hash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published