IPFS
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
Here are 49 public repositories matching this topic...
Web2 vs Web3
-
Updated
Jul 11, 2023 - Rust
An ambitious implementation of a blockchain-based decentralized hosting server built with Substrate in Rust
-
Updated
Oct 21, 2024 - Rust
Minimal P2P services for bootstrapping ipfs compatible protocols
-
Updated
Jan 24, 2024 - Rust
Decentralized Applications (dApps)
-
Updated
Jul 12, 2023 - Rust
Kõkai - A web browser with an emphasis on local-first data storage using ipfs
-
Updated
Nov 4, 2024 - Rust
Contract example for building NFT collection on NEAR
-
Updated
May 2, 2022 - Rust
The cheapest IPFS gateway
-
Updated
May 18, 2023 - Rust