Skip to content

Commit

Permalink
typo: systion to system
Browse files Browse the repository at this point in the history
  • Loading branch information
rictt committed Sep 10, 2024
1 parent 0963593 commit 49e9eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/10-hardhat-ipfs-erc721/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

It is designed to create persistent and distributed storage and shared files. It is a content-address

Nodes in IPFS network build a distributed file systion. It is an open source project developed since 2014 by protocol Lab with the help of the open source community and originally designed by Juan Benet.
Nodes in IPFS network build a distributed file system. It is an open source project developed since 2014 by protocol Lab with the help of the open source community and originally designed by Juan Benet.
IPFS is an equal distributed file system that tries to connect the same file system for all computing devices. In some ways, IPFS is similar to WWW.com and can also be regarded as an independent BitTorrent group and exchanged objects in the same Git warehouse. In other words, IPFS provides a high throughout, a block storage model with content addressing and related hyperlinks. This form a broad Merkle with a ringless chart(DAG).

IPFS combines distributed scattered lists, encouraging block exchange, and a self-certified name space.IPFS has no singlepoint failure, and nodes do not need to trust each other.Distributed content transmission can save bandwidth and prevent the HTTP scheme from DDOS attacks that may encounter.
Expand Down

0 comments on commit 49e9eef

Please sign in to comment.