Skip to content

TVVinudev/IPFS-Pinata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

IPFS-Pinata

IPFS (InterPlanetary File System) is a decentralized storage solution enabling secure file sharing. Pinata enhances IPFS by simplifying file pinning for persistence. Users can upload files to IPFS via Pinata's interface or API, ensuring data accessibility. Files can also be downloaded using their unique CID (Content Identifier), providing a robust, censorship-resistant platform for efficient file management.

Tech Stack

IPFS

Run Locally

Clone the project

  git clone https://github.com/TVVinudev/IPFS-Pinata.git

Go to the project directory

  cd IPFS

Install dependencies for each files using

  npm install

To obtain the private key and secret key for IPFS, create an account in PINATA. Include the PRIVATE_KEY and SECRET_KEY veriables obtained from the PINATA in a.env file that you add to the project.

Start the server

 npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published