ipfs-social-proof icon indicating copy to clipboard operation
ipfs-social-proof copied to clipboard

Subs / Channels API

Open daviddahl opened this issue 6 years ago • 0 comments

each peer can create new channels for peers to subscribe to

The channel names should be unique hashes - the channels can be advertised to followers perhaps?

A channel's meta data should resemble the metadata of a newsgroup or subreddit:

{
  name: 'My Discussion Forum',
  id: 'Qmhash-unique-id-ofsomekind',
  description: 'Blah blah blah'
  'locale': 'na' // en-uk, de-de, etc 
}

Syncing the log of post hashes needs to be worked out, but I imagine each post could include the previous post ipns hash and the original ipns hash so clients could potentially re-create the history (albeit slowly)... I have yet to look into CRDT code like orbit-db, etc

daviddahl avatar Oct 27 '18 20:10 daviddahl