Skip to content

Commit 4289cba

Browse files
Jim Pickzebateira
authored andcommitted
Spelling fix
1 parent 9cdc1e1 commit 4289cba

File tree

1 file changed

+1
-1
lines changed
  • src/tutorials/0007-verifying-storage-on-filecoin

1 file changed

+1
-1
lines changed

src/tutorials/0007-verifying-storage-on-filecoin/01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
In our [Decentralized Data Structures](https://proto.school/#/data-structures) tutorial, we explored how content addressing enable us to trust peers on the decentralized web. The concepts of content addressing and Content Identifiers (CIDs) are key to understanding how Filecoin verifies storage, so please go check out that tutorial now if you haven't yet done so.
99

10-
On a decentralized, peer-to-peer network like IPFS, we can use crytograhic hashing to confirm that any number of peers are storing exact copies of our data. However, we're depending on the generosity of those parties and have no guarantee that our data will continue to be replicated over time. Filecoin, on the other hand, adds an incentive layer to promote long term, verifiable storage on the decentralized web.
10+
On a decentralized, peer-to-peer network like IPFS, we can use cryptographic hashing to confirm that any number of peers are storing exact copies of our data. However, we're depending on the generosity of those parties and have no guarantee that our data will continue to be replicated over time. Filecoin, on the other hand, adds an incentive layer to promote long term, verifiable storage on the decentralized web.
1111

1212
## Incentivized storage
1313

0 commit comments

Comments
 (0)