-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
team/filecoin-pin"Filecoin Pin" project is a stakeholder for this work."Filecoin Pin" project is a stakeholder for this work.team/fs-wgFOC working group is a stakeholder for this work, and thus wants to track it on their project board.FOC working group is a stakeholder for this work, and thus wants to track it on their project board.
Description
Note: this issue will be marked as closed once all the links have been set in the demo app.
Main page links
- IPFS Gateway render:
https://ipfs.io/ipfs/${cid}/${filename} - IPFS Gateway download:
https://ipfs.io/ipfs/${cid}/${filename}?filename=${filename}.car - Provider:
https://pdp.vxb.ai/calibration/providers/${providerId} - Piece CID (Piece Explorer):
https://pdp.vxb.ai/${network} || 'calibration'}/piece/${pieceCid} - Download from SP:
https://${serviceProviderDomain}/ipfs/${ipfsRootCid}?filename=${filename}.car- 2025-10-14 notes:
- This isn't what was originally scoped. We instead wanted to trigger a download of the uploaded file. This requires feat: download from SP returns uploaded file rather than CAR #24, which we won't get to before 2025-10-15. As a result, we're just falling back to allowing a download of the CAR that was uploaded.
- We use
/ipfsinstead of/piece, because/ipfswill cause the resulting file to have a .car file suffix, which is more accurate and self-documenting.
- 2025-10-14 notes:
- View proofs:
https://pdp.vxb.ai/calibration/dataset/${datasetID}
❓ Why are we using ipfs.io rather than dweb.link?
It would be ideal to use dweb.link rather than ipfs.io because:
- ipfs.io is more likely to get whole-sale blocked at various levels in the internet stack. It's historically been a "dirtier" domain. One example of the domain being blackholded: https://blog.ipfs.tech/2021-08-27-IPFS-io-gateway-outage-resolution/
- dweb.link has origin isolation because it's a subdomain gateway.
That said, we've seen some odd certificate issues recently with dweb.link and we don't currently have time to debug them.
Documentation Links
Ensure that the links for learning more and documentation are filled in. This is part of the larger M3 documentation story.
This list includes:
- Filecoin Pay Account:
- Warm Storage Service:
- CAR: https://docs.ipfs.tech/concepts/glossary/#car
- Filecoin Piece CID:
- IPNI: https://docs.ipfs.tech/concepts/ipni
- Left-hand-side Learn More:
- GitHub Action: https://github.com/filecoin-project/filecoin-pin/tree/master/upload-action
- CLI: https://github.com/filecoin-project/filecoin-pin
- Clone this demo: https://github.com/filecoin-project/filecoin-pin-website/fork
- Piece explorder: https://pdp.vxb.ai/calibration/piece/$pieceCid
We'll fill this in as they get decided and/or determined.
Metadata
Metadata
Assignees
Labels
team/filecoin-pin"Filecoin Pin" project is a stakeholder for this work."Filecoin Pin" project is a stakeholder for this work.team/fs-wgFOC working group is a stakeholder for this work, and thus wants to track it on their project board.FOC working group is a stakeholder for this work, and thus wants to track it on their project board.
