Retrieving from Filecoin
Data can be fetched directly from Filecoin using CIDs and regular Filecoin tooling. To do so, you will need the CID of the Solana object to fetch—this may be found using the slot-to-cid or the tx-to-cid indexes; see Looking up CIDs.
Once you have the CID, use lassie to download the data. Lassie can be installed using the standard go toolchain:
To fetch the data, simply
This will download the data as a CAR file.
To extract the CAR file contents, use go-car tool --
Last updated