-
Notifications
You must be signed in to change notification settings - Fork 32
Add examples for other IPLD formats #62
Copy link
Copy link
Open
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/discussionTopical discussion; usually not changes to codebaseTopical discussion; usually not changes to codebasekind/maintenanceWork required to avoid breaking changes or harm to project's status quoWork required to avoid breaking changes or harm to project's status quoneed/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/design-contentContent design, writing, information architectureContent design, writing, information architecture
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps upeffort/daysEstimated to take multiple days, but less than a weekEstimated to take multiple days, but less than a weekexp/noviceSomeone with a little familiarity can pick upSomeone with a little familiarity can pick uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/discussionTopical discussion; usually not changes to codebaseTopical discussion; usually not changes to codebasekind/maintenanceWork required to avoid breaking changes or harm to project's status quoWork required to avoid breaking changes or harm to project's status quoneed/community-inputNeeds input from the wider communityNeeds input from the wider communitytopic/design-contentContent design, writing, information architectureContent design, writing, information architecture
Right now only three formats are demoed at https://explore.ipld.io (and in ipfs-webui):
ipld-dag-pb(unixfvs1),ipld-gitandipld-ethereum:The app itself imports more codecs, most of them remain unused, which also makes it harder to detect any regressions:
https://github.com/ipfs-shipyard/ipld-explorer/blob/56de6933669fb7e1dd7422616f265c3392ee9a24/src/bundles/index.js#L10-L16
@mikeal @vmx would appreciate your thoughts on:
(I've seen people mentioning "IPLD format", "codec", "multicodec" and even "block type", clarifying this in IPLD Explorer would make it easier for folks to use a single term)