|
1 | 1 | --- |
2 | 2 | title: Community Projects |
3 | | -description: Community-maintained SDKs, tools, and projects for Filecoin Onchain Cloud. |
| 3 | +description: FOC WG and community-maintained SDKs, tools, and projects for Filecoin Onchain Cloud. |
4 | 4 | sidebar: |
5 | 5 | order: 3 |
6 | 6 | --- |
7 | 7 |
|
8 | | -This page showcases community-maintained projects that extend the Filecoin Onchain Cloud ecosystem. These are independent projects and are not officially maintained or endorsed by the FOC team. |
| 8 | +This page highlights real projects that show Synapse and Filecoin Onchain Cloud (FOC) in action. Start with the FOC WG spotlight projects, then explore additional community-built SDKs and tooling. |
9 | 9 |
|
10 | | -:::caution[Community Maintained] |
11 | | -The projects listed below are developed and maintained by community members. For support, documentation, and compatibility questions, please refer to each project's repository. |
| 10 | +:::note[How to Use This Page] |
| 11 | +Use these repositories as reference implementations when planning your own FOC integration, especially for storage UX, wallet flows, and on-chain indexing. |
12 | 12 | ::: |
13 | 13 |
|
14 | | -## SDKs |
| 14 | +:::caution[Ownership and Support] |
| 15 | +Projects in **FOC WG Spotlight** are maintained by the FOC Working Group. Projects in **Additional Community Projects** are maintained by external contributors. For support and compatibility questions, refer to each project's repository. |
| 16 | +::: |
| 17 | + |
| 18 | +## FOC WG Spotlight |
| 19 | + |
| 20 | +| Project | Demo | Source | |
| 21 | +| --- | --- | --- | |
| 22 | +| Filecoin Pin | [Open Demo](https://pin.filecoin.cloud/) | [GitHub](https://github.com/filecoin-project/filecoin-pin) | |
| 23 | +| FOC Upload dApp | [Open Demo](https://foc-demo.filbuilders.eth.limo/) | [GitHub](https://github.com/FIL-Builders/foc-upload-dapp) | |
| 24 | + |
| 25 | +### Filecoin Pin |
| 26 | + |
| 27 | +[](https://pin.filecoin.cloud/) |
| 28 | + |
| 29 | +`Filecoin Pin` is a reference pinning app built on FOC primitives. It is a good starting point for understanding production-style upload, IPFS pin management, and retrieval flows. |
| 30 | + |
| 31 | +### FOC Upload dApp |
| 32 | + |
| 33 | +[](https://foc-demo.filbuilders.eth.limo/) |
| 34 | + |
| 35 | +`FOC Upload dApp` demonstrates an upload-first flow with wallet-connected interactions. Use it as a baseline for quickly integrating Synapse/FOC upload workflows in your own dApp. |
| 36 | + |
| 37 | +- Best for: rapid upload dApp prototyping |
| 38 | +- Integration focus: minimal end-to-end storage flow with wallet UX |
| 39 | + |
| 40 | +## Additional Community Projects |
| 41 | + |
| 42 | +### SDKs |
15 | 43 |
|
16 | | -### Python |
| 44 | +#### Python |
17 | 45 |
|
18 | 46 | **[pynapse](https://github.com/anjor/pynapse)** — A Python SDK for interacting with Filecoin Onchain Cloud services. |
19 | 47 |
|
20 | 48 | - Upload and download data |
21 | 49 | - Payment and allowance management |
22 | 50 | - Provider discovery |
23 | 51 |
|
24 | | -### Go |
| 52 | +#### Go |
25 | 53 |
|
26 | 54 | **[go-synapse](https://github.com/data-preservation-programs/go-synapse)** — A Go SDK for Filecoin Onchain Cloud. |
27 | 55 |
|
28 | 56 | - Native Go implementation |
29 | 57 | - Suitable for backend services and CLI tools |
30 | 58 |
|
31 | | -## Tools |
| 59 | +### Tools |
32 | 60 |
|
33 | | -### FWSS Subgraph |
| 61 | +#### FWSS Subgraph |
34 | 62 |
|
35 | 63 | **[fwss-subgraph](https://github.com/FIL-Builders/fwss-subgraph)** — Indexes on-chain data from the Filecoin Warm Storage Service contracts, making it easy to query data sets, pieces, payment rails, and provider activity using GraphQL. |
36 | 64 |
|
|
0 commit comments