0.0.1 • Published 6 years ago

ssb-scuttlekit v0.0.1

Weekly downloads
1
License
AGPL
Repository
-
Last release
6 years ago

Scuttlekit

ScuttleKit allows running untrusted applications on the SSB network - in the same way you can run untrusted apps on a web browser. Each app is allowed to read and write to its private database, and db operations get written into the SSB message log with the type {app-name}-{tablename}. The database is actually just a "RDBMS-like" view of the SSB log; so any point, it will be possible to recreate the database from SSB message logs.

If the app wants to read data other message types from the SSB log, it needs to request permissions from the user. As of now, apps will only have read access to external data.

Getting Started

If you're not in the Secure ScuttleButt network, you need to install ScuttleButt.

Based on your Operating System, use one of these links. Links go here...

If you're already on ScuttleButt, install the scuttlekit plugin.

sbot plugins.install ssb-scuttlekit