Skip to content

Community Projects

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.

ProjectDemoSource
Filecoin PinOpen DemoGitHub
FOC Upload dAppOpen DemoGitHub

Screenshot of the Filecoin Pin demo

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.

Screenshot of the FOC Upload dApp demo

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.

  • Best for: rapid upload dApp prototyping
  • Integration focus: minimal end-to-end storage flow with wallet UX

pynapse — A Python SDK for interacting with Filecoin Onchain Cloud services.

  • Upload and download data
  • Payment and allowance management
  • Provider discovery

go-synapse — A Go SDK for Filecoin Onchain Cloud.

  • Native Go implementation
  • Suitable for backend services and CLI tools

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.

Have a project you’d like to add? Open a pull request to this page with your project details.