Skip to content

Latest commit

 

History

History

consumer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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/.