specs
specs copied to clipboard
Content-addressed, authenticated, immutable data structures
We’ve been talking about encryption for a long time but haven’t done much to actually accommodate it. In the meantime, people have built encrypted applications on IPLD using application specific...
Is the `raw` codec documented anywhere? I want to link to it from a spec document but there doesn't seem to be anything in the `block-layer/codecs` directory. I guess it...
e.g. ``` type Foo union { | &Blip link | Blop string } representation kinded ``` rather than having to `type BlipLink &Blip` before using it in a kinded union....
discovered while trying to use via TypeScript @ https://github.com/ipld/js-ipld-schema/pull/37 -> https://github.com/rvagg/js-ipld-schema-validator/pull/4
It would be useful to have a registered mime type for CAR files for use in web applications that want to accept user provided CARs. nft.storage is already using `application/car`...
Here’s an initial spec for the AES codec work I’ve done https://github.com/multiformats/js-multiformats/pull/59/files
It seems like IPLD Schemas could be stored and manipulated as IPLD Data Model objects, and serialized into arbitrary codecs (likely DAG-CBOR).
It seems to me as though it should be a list of unicode character points, and serialization into bytes should be specified in the respective codecs. However the section seems...
Not complete, but it's big enough and very tedious, that I just want to push _something_. If anyone feels like reviewing as a WIP feedback would be appreciated but I've...
```text .-----------------. .------------. .--------. | Serialized data || Data-model || Schema | ˙-----------------˙ ˙------------˙ ˙--------˙ ``` This writeup focus on the data-model definition in Rust language and its (de)serialization in...