git ssb

0+

Dominic / ssb-feed



Commit a1a62ab007bd365fedeb8fcaa561f0bc0971a43d

better readme

Dominic Tarr committed on 10/25/2016, 3:20:22 PM
Parent: 704f26822aea683181bd1a94a30e08df76f5d8b3

Files changed

README.mdchanged
README.mdView
@@ -1,10 +1,15 @@
11 # ssb-feed
22
33 A publishing interface for scuttlebutt feeds.
44
5-By default, [Scuttlebot](https://ssbc.github.io/scuttlebot/) uses a "master" identity/feed, which `sbot.publish()` will append new messages to. If you want to manipulate additional feeds, you can load the keypair and then use this library to do so.
5 +Track the state necessary to publish ssb feeds. This is built into secure-scuttlebutt,
6 +where it validates replicated messages, and it is also used "remotely" in patchbay.
67
8 +By default, [Scuttlebot](https://ssbc.github.io/scuttlebot/) uses a "master" identity/feed,
9 +which `sbot.publish()` will append new messages to. If you want to manipulate additional feeds,
10 +you can load the keypair and then use this library to do so.
11 +
712 ## Example
813
914 ``` js
1015

Built with git-ssb-web