Skip to content

Commit 602bdac

Browse files
committed
Fix Filecoin typos
1 parent ef93545 commit 602bdac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/en/curriculum/dev-tools/network-indexer/index.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [IPNI network indexer](https://github.com/ipni) is a project created and mai
1818
## Why Use Indexed Content Routing?
1919
Protocol Labs' Network Indexer (IPNI) enables any user or developer to query both the IPFS and Filecoin public nodes to find content-addresses data using the [CID](../ipfs/content-addressing/#content-addressing).
2020

21-
Since IPFS and Filecoin use different protocols to retrieve data (IPFS uses Bitswap, and Filecion uses Graphsync), there is a need for a solution that makes it possible for anyone who would want to retrieve and use that data to locate and understand which protocol they can use to retrieve that data and use it in other applications.
21+
Since IPFS and Filecoin use different protocols to retrieve data (IPFS uses Bitswap, and Filecoin uses Graphsync), there is a need for a solution that makes it possible for anyone who would want to retrieve and use that data to locate and understand which protocol they can use to retrieve that data and use it in other applications.
2222

2323
Kubo 16 introduced Delegated Routing protocol that allows a node to publish its CIDs to alternative routing systems alongside the DHT and be used for subsequent content-addressed data lookups.
2424

@@ -35,7 +35,8 @@ Laern more about IPNI, the motivations behind it, and potential use cases, see t
3535
IPNI builds its index by processing [Advertisements](https://github.com/ipni/storetheindex/blob/main/api/v0/ingest/schema/schema.ipldsch#L40). The Advertisement construct allows a Storage Provider to offer their CIDs to IPNI, which would make these CIDs available for fast lookups once the Advertisement has been processed. Since Filecoin and IPFS store data on separate networks, using different methods of data transfer, there are who different ways that the information about the CIDs are communicated to IPNI.
3636

3737
### Advertising Filecoin CIDs
38-
Storage providers such as [Estuary](https://estuary.tech/) who store on Filecion can publish their content to the indexer using [index-provider](https://github.com/ipni/index-provider) library. When a deal is made and data is published to Filecoin, they would also [advertise](https://github.com/ipni/storetheindex/blob/main/api/v0/ingest/schema/schema.ipldsch#L40) to IPNI. An update is made available on a libp2p to a topic that IPNI follows and then reaches out to the Storage Providers for an update when sees it.
38+
39+
Storage providers such as [Estuary](https://estuary.tech/) who store on Filecoin can publish their content to the indexer using [index-provider](https://github.com/ipni/index-provider) library. When a deal is made and data is published to Filecoin, they would also [advertise](https://github.com/ipni/storetheindex/blob/main/api/v0/ingest/schema/schema.ipldsch#L40) to IPNI. An update is made available on a libp2p to a topic that IPNI follows and then reaches out to the Storage Providers for an update when sees it.
3940

4041
### Advertising IPFS CIDs
4142
When data is added to the IPFS network via kubo version 16 and above, there is an API used with the Reframe or [go-delegated-routing](https://github.com/ipfs/go-delegated-routing) that is used to send data about those CIDs to IPNI. Anyone who published to ipfs using Kubo can configure their node to advertise CIDs into both the DHT and IPNI.

content/en/curriculum/dev-tools/textile/index.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,15 @@ Spend less time configuring encryption or managing content addresses with Thread
5252

5353
[Read More](https://docs.textile.io/threads/)
5454

55-
5655
## Other Resources
56+
5757
Join our public Slack, visit our GitHub, follow us on Twitter, and check out the Blog!
5858

5959
[Read More](https://docs.textile.io/powergate/) | [On Github](https://github.com/textileio/powergate/)
6060

61-
6261
Learn more about Filecoin with the [Interview with Andrew Hill](https://filecoin.io/blog/posts/meet-andrew-hill/)
6362

64-
#### Getting Started with Filecion (Using Textile & Powergate) | ETHGlobal – Andrew Hill
63+
#### Getting Started with Filecoin (Using Textile & Powergate) | ETHGlobal – Andrew Hill
6564

6665
A workshop for beginners and intermediate developers with Andrew Hill of Textile. This is for anyone who understands the basics and wants to build something now.
6766

0 commit comments

Comments
 (0)