Skip to content

Utilizes the IPFS-Pinata system for efficient image storage, while also recording the encrypted hash of these images on the blockchain for enhanced security and accessibility

Notifications You must be signed in to change notification settings

NishantKoyalwar/CloudChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudChain


Utilizes the IPFS-Pinata system for efficient image storage, while also recording the hash of these images on the blockchain for enhanced security and accessibility.

Install

  1. Clone this repo
  2. Install hardhat
npm install hardhat
  1. Install dotenv
npm install dotenv

Usage

  1. export your sepolia RPC url and private key to networks in hardhat.config.js
  2. then deploy the contract using
npx hardhat run scripts/deploy.js --network sepolia
  1. Copy the Contract address and paste it in client/src/app.js line 35
  2. To start the frontend
cd client/
npm start
  1. Connect to metamask and you are good to go

Useful Links

Alchemy

pinata

Pinata-Ipfs blog

About

Utilizes the IPFS-Pinata system for efficient image storage, while also recording the encrypted hash of these images on the blockchain for enhanced security and accessibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published