Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Latest commit

 

History

History

post

POST IPLD Example

This is an example to exercise IPLD.

POST is a datastructure for representing communications. Think of it like "messages on IPFS". It aims to multiplex the various kinds of specific message datastructures (like email, IM, articles, blog posts, etc).

Spec

Object Types

There is one defined object type, and two latent (defined in other specs) object types.

  • (defined) a POST
  • (latent) an Identity, representing an individual or group (senders or recipients)
  • (latent) a Reference, a reference to another document

Object: POST

A POST has several fields:

Examples

Object Examples

See the example.yml document.

Link Examples

Some possilbe ways to traverse this datastructure using IPLD pathing: