Skip to content

Commit f5bd1ae

Browse files
Update develop/toolkit/integrations/storage.md
Co-authored-by: Dawn Kelly <[email protected]>
1 parent d22fbb4 commit f5bd1ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

develop/toolkit/integrations/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Some of the storage solutions available for Polkadot dApp builders are:
4040

4141
The [InterPlanetary File System (IPFS)](https://ipfs.tech/){target=\_blank} is a peer-to-peer hypermedia protocol designed to make the web faster, safer, and more open. It is a foundational technology for the decentralized web, and many storage solutions, including Crust, are built upon it.
4242

43-
IPFS uses **content-addressing** instead of location-addressing. When you add a file to IPFS, it is given a unique cryptographic hash called a Content Identifier (CID). This means that the content itself determines its address, making it verifiable and permanent.
43+
IPFS uses content-based rather than location-based addresses. When you add a file to IPFS, it is assigned a unique cryptographic hash, known as a Content Identifier (CID). This hashing process means that the content itself determines its address, making it verifiable and permanent.
4444

4545
### Using IPFS with Polkadot
4646

0 commit comments

Comments
 (0)