Recipes for how to do some important things with the scuttlebutt p2p net
- Post
- Pub
- Vote
- PullStreams
- Callbacks
sbot.createFeedStream()
sbot.createLogStream()
sbot.messagesByType( type: 'vote' )
### From one feed (person)
sbot.createLogStream()
?
sbot.createLogStream().map?
?
### List all indexes
?
?
?
?