scuttle-shell-browser-consumer
v1.1.4
Published
Web Extension that allows webpages to access Secure Scuttlebutt
Downloads
4
Readme
Scuttle Shell Browser - Consumer
This project contains web pages that access the Scuttlebutt Network in browsers with Scuttle Shell Browser.
The project generates the script ssb-connect.js that provides the SSB Client.
It can be used as follows within the scipts of your page:
import {default as ssbConnnect, pull} from 'https://retog.github.io/scuttle-shell-browser/ssb-connect.js'
ssbConnnect().then(sbot => {
//access sbot
})
See the various examples in the site folder. They are accessible online at https://retog.github.io/scuttle-shell-browser/.