I would like to reference content that is stored on gaia. I am looking at the p2p feature of radiks and also the collection feature of gaia.
The current urls like https://gaia.blockstack.org/hub/… are not useful because the user might migrate to a different hub, might use a different UI/app.
Urls provided by radiks are not useful because the content can be aggregated by different radiks servers. And there shouldn’t be one that is the root of truth.
Therefore, I suggest a schema like blockstack-content
. Content could be referenced as
blockstack-content://blockstackid/type/id
The type should be a collection type I guess.
Does this make sense?