-
Hack together formats for use with IPFS and IPLD!
-
What kind of examples would be useful to model in IPLD and put on the website?
Some ideas:
- Blockchain
- git
- Product/Categories relationship from shopping website
Other ideas?
-
> Figuring this out feels like a subtask of https://github.com/ipfs-shipyard/ipld-explorer/issues/55 – cc @jessicaschilling
Right now only three formats are demoed at https://explore.ipld.io (and …
lidel updated
3 years ago
-
The gateway BlocksBackend's `GetBlock` function under the hood uses the dagservice's Get function which means it attempts to do an IPLD decoding of the block. This is not good because it means the gat…
-
CBOR has an upcoming packed format [specification](https://datatracker.ietf.org/doc/draft-ietf-cbor-packed/), the idea of which is to be able to take any CBOR-encoded data, and "compress" it by extrac…
-
## Background
Currently ipfs-check is limited to supporting Bitswap checks. It would be useful to add support for other transfer protocols that are already prolific, e.g. `transport-ipfs-gateway-ht…
-
@Mr0grog makes a good point in https://github.com/ipld/ipld/issues/44#issuecomment-411853095
> I think that, because path definition is a really important part of IPLD, it’s important for each code…
-
Yesterday in Protocol Labs Slack, there was a discussion about people’s (including my own) lack of understanding about what IPLD is. @whyrusleeping, @aboodman, @lanzafame, and I think we hit on a clea…
-
_This started as a [Notion document](https://pl-strflt.notion.site/Why-Not-Both-Packing-Content-for-IPLD-vs-Piece-IntactPack-e0a8cb7e101f4a08b59b3b025bfc67a6?pvs=4) but it's kind of hidden there, alth…
rvagg updated
5 months ago
-
**Is your feature request related to a problem? Please describe.**
It'd be nice to be able to derive serializing to and from IPLD without having to manually write that code.
**Describe the solutio…