Skip to content

M3.x website links #29

@BigLep

Description

@BigLep

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 /ipfs instead of /piece, because /ipfs will cause the resulting file to have a .car file suffix, which is more accurate and self-documenting.
  • 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:

  1. 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/
  2. 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:

Reference:
Image

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.team/fs-wgFOC working group is a stakeholder for this work, and thus wants to track it on their project board.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions