Skip to content

Filecoin and IPFS interactions

lukemarsden edited this page Jan 27, 2022 · 24 revisions

The following things are separate but related in the following way:

OPEN QUESTION - does Lotus run IPFS in-process? The Lotus install docs don't specify needing to separately install an IPFS node, but the code looks like it's assuming an IPFS server is (can be) running locally.

OPEN QUESTION - is the filecoin network two layered networks (IPFS + blockchain on top) or is it all one libp2p mesh?

OPEN QUESTION - when specifying, say, a list of CIDs for a Bacalhau job to run on, would we expect to be able to specify CIDs in the IPFS network, or the Filecoin network? In the latter case, they would be sealed, and need to be unsealed. Assuming we specify the CIDs as IPLD addresses, can IPLD reference files in the Filecoin network?

OPEN QUESTION - how can we play with a Filecoin network without spending actual FIL? Can one set up a dev instance of Filecoin to play with?

Clone this wiki locally