filecoin-project / boost

Boost is a tool for Filecoin storage providers to manage data storage and retrievals on Filecoin.
Other
111 stars 72 forks source link

IPFS retrieval from Boost #438

Closed aarshkshah1992 closed 2 years ago

aarshkshah1992 commented 2 years ago

This issue aims to capture the current state of the work to support IPFS retrievals from Boost.

We have a working POC for IPFS retrievals from Filecoin and it is currently accomplished by instantiating a Bitswap server in Boost with a Read-Only blockstore that can return blocks for all cids across all free and unsealed deals.

The following PRs were raised to implement the POC:

Future work based on feedback

aarshkshah1992 commented 2 years ago

Closed as duplicate of https://github.com/filecoin-project/boost/issues/348.