Skip to content

Commit 1d242ea

Browse files
author
Lindsay jo Walker
committed
authoring landing page, moved Bacalhau and IPNI to top in order of list
1 parent 70a1591 commit 1d242ea

File tree

5 files changed

+30
-11
lines changed

5 files changed

+30
-11
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu:
66
curriculum:
77
parent: "curriculum-devtools"
88
category: lecture
9-
weight: 80
9+
weight: 20
1010
level:
1111
- shallow
1212
- deep

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu:
66
curriculum:
77
parent: "curriculum-devtools"
88
category: lecture
9-
weight: 30
9+
weight: 90
1010
level:
1111
- shallow
1212
- deep

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ draft: false
55
menu:
66
curriculum:
77
parent: "curriculum-devtools"
8-
weight: 80
8+
weight: 30
99
category: lecture
1010
level:
1111
- shallow
@@ -59,7 +59,7 @@ With versions of kubo 16+, the Refame RPC is integrated as a feature
5959
In this simple tutorial, we are going to configure and run an IPFS node to communicate data to the indexer and take a look at what that data looks like.
6060

6161
#### Workshop: Indexed Content Routing| IPFS Camp Lisbon 2022
62-
See how to set up a local indexer and index-provider in this workshop from IPFS Camp 2022. In this tutorial you will:
62+
See how to set up a local indexer and index-provider in this workshop from IPFS Camp 2022. In this tutorial you will:
6363
* Modify the config for your kubo IPFS node
6464
* Set up a local network indexer that the IPFS node is going to advertise its contents to
6565
* Set up index-provider that is going to be used as a bridge between IPNI and IPFS

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

+25-6
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,35 @@ objectives:
1717
introPage: true
1818
---
1919

20-
There is a large set of tools that are being built on IPFS, IPLD, Libp2p and Filecoin.
20+
There is a large set of tools that are being built on IPFS, IPLD, libp2p, Filecoin, and more. There are a number of projects that are directly supported and maintained by Protocol Labs, as well as the wide range pf projects that exist in the PLN ecosystem.
2121

22-
This section is a constant work in progress, and highlights just _some_ of the tools being built on the Protocol Labs network that make it easier for you to use IPFS, IPLD, Filecoin, Libp2p, and more.
22+
Note that all of these projects are a part of the Protocol Labs Network and an important part of our ecosystem and tooling, providing important solutions for the technology across the Protocol Labs stack.
2323

24-
* **[Textile](/curriculum/dev-tools/textile/)**: A suite of developer tools, including Powergate, Buckets, and ThreadDB, and more
24+
25+
## Technology and Projects
26+
* **[IPNI Network Indexer](/curriculum/dev-tools/network-indexer)**:
27+
* **[Bacalhau/ Compute over Data](/curriculum/dev-tools/bacalhau)**:
28+
29+
**Other Project Links**
30+
* **[Saturn](https://strn.network/)**: The web3 open-source Content Delivery Network (CDN). Run your own node and earn Filecoin
31+
* **[FVM](https://fvm.filecoin.io/)**: Leveraging EVM compatible smart contracts
32+
* **[Lotus](https://lotus.filecoin.io/)**: The Go implementation of the Filecoin Protocol
33+
* **[Boost](https://boost.filecoin.io/)**: A tool for Storage Providers to manage data onboarding and retrieval on the Filecoin network [docs](https://github.com/filecoin-project/boost-docs)
34+
35+
### PLN Companies and Tools
36+
37+
* **[Fleek](/curriculum/dev-tools/fleek/)**: For hosting and building DApps on web3
38+
* **[Piñata](/curriculum/dev-tools/pinata/)**: A pinning service for individuals and creators
39+
* **[Web3.Storage](/curriculum/dev-tools/web3-storage/)**: The data layer for uploading and storing content on IPFS and Filecoin
40+
* * **[Spice.ai]()**
41+
* * **[Textile](/curriculum/dev-tools/textile/)**: A suite of developer tools, including Powergate, Buckets, and ThreadDB, and more
2542
* **[Ceramic](/curriculum/dev-tools/ceramic/)**: Identity-based storage & indexing
43+
44+
**Other Project Links**
2645
* **[Chainsafe](https://chainsafe.io/)**: Protocol engineering, research, and software teams
2746
* **[Estuary](https://docs.estuary.tech/tutorial-get-an-api-key)**: Public data storage tool for Filecoin & IPFS
28-
* **[Fleek](/curriculum/dev-tools/fleek/)**: For hosting and building DApps on web3
2947
* **[Fission](https://dev.to/fission/fission-on-the-ipfs-community-call-nof)**: SDK for web3-native apps to help you build web3 products & services
3048
* **[Web3.storage](/curriculum/dev-tools/web3-storage/)**: A pinning service for Filecoin & IPFS storage
31-
* **[Piñata](/curriculum/dev-tools/pinata/)**: A pinning service for individuals and creators
32-
* **[FVM](https://fvm.filecoin.io/)**: Leveraging EVM compatible smart contracts.
49+
:
50+
51+

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ menu:
66
curriculum:
77
parent: "curriculum-devtools"
88
category: lecture
9-
weight: 20
9+
weight: 80
1010
level:
1111
- shallow
1212
- deep

0 commit comments

Comments
 (0)