Skip to content

An implementation of a distributed file storage using IPFS. The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.

Notifications You must be signed in to change notification settings

zaimanza/ipfs-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ipfs-express

An implementation of a distributed file storage using IPFS. The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.

image

In IPFS, files are not stored in a centralized server. This prevents any corporates of owning and controlling the files. Instead, any computer can act as a Node to Pin the files and save on their computer (Node). Whenever the user wants to access the file, they can simply fetch data from any Node that has their Decentralized Identifier (DID).

image

About

An implementation of a distributed file storage using IPFS. The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file in a global namespace connecting all computing devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published